Package org.hibernate.type
Interface ProcedureParameterExtractionAware<T>
-
- All Superinterfaces:
BindableType<T>
,OutputableType<T>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType
,AbstractStandardBasicType
,BasicArrayType
,BasicCollectionType
,BasicTypeImpl
,BottomType
,ComponentType
,ConvertedBasicArrayType
,ConvertedBasicCollectionType
,ConvertedBasicTypeImpl
,CustomMutabilityConvertedBasicTypeImpl
,CustomMutabilityConvertedPrimitiveBasicTypeImpl
,CustomType
,DiscriminatorTypeImpl
,EmbeddedComponentType
,ImmutableNamedBasicTypeImpl
,JavaObjectType
,NamedBasicTypeImpl
,NullType
,QueryParameterJavaObjectType
,SerializableToBlobType
,SerializableType
,StandardBasicTypeTemplate
,UserComponentType
public interface ProcedureParameterExtractionAware<T> extends OutputableType<T>
OptionalType
contract 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
-
-