Package org.hibernate.type
Interface ProcedureParameterExtractionAware<T>
-
- All Superinterfaces:
BindableType<T>,OutputableType<T>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType,AbstractStandardBasicType,BasicArrayType,BasicCollectionType,BottomType,ComponentType,ConvertedBasicArrayType,ConvertedBasicCollectionType,CustomType,EmbeddedComponentType,JavaObjectType,NullType,QueryParameterJavaObjectType,SerializableToBlobType,SerializableType,StandardBasicTypeTemplate,UserComponentType
public interface ProcedureParameterExtractionAware<T> extends OutputableType<T>
OptionalTypecontract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.query.BindableType
getBindableJavaType, isInstance, resolveExpressible
-
Methods inherited from interface org.hibernate.query.OutputableType
canDoExtraction, extract, extract, getJdbcType
-
-