Package org.hibernate.type
Interface ProcedureParameterExtractionAware<T>
- All Superinterfaces:
BindableType<T>,OutputableType<T>,Type<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,SerializableType,StandardBasicTypeTemplate,UserComponentType
Optional
Type contract for implementations that are aware of
how to extract values from stored procedure OUT/INOUT parameters.-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType -
Method Summary
Methods inherited from interface org.hibernate.type.BindableType
resolveExpressibleMethods inherited from interface org.hibernate.type.OutputableType
canDoExtraction, extract, extract, getJdbcTypeMethods inherited from interface jakarta.persistence.metamodel.Type
getJavaType, getPersistenceType