Uses of Interface
org.hibernate.type.ProcedureParameterExtractionAware
Packages that use ProcedureParameterExtractionAware
Package
Description
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of ProcedureParameterExtractionAware in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement ProcedureParameterExtractionAwareModifier and TypeClassDescriptionclass
Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMapping
of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcType -
Uses of ProcedureParameterExtractionAware in org.hibernate.type
Classes in org.hibernate.type that implement ProcedureParameterExtractionAwareModifier and TypeClassDescriptionclass
TODO : javadocclass
Convenience base class forBasicType
implementations.class
BasicArrayType<T,
E> A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,
E> A type that maps betweenARRAY
andCollection<T>
class
A type that is assignable to every non-primitive type, that is, the type ofnull
.class
Handles embedded mappings.class
ConvertedBasicArrayType<T,
S, E> Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,
E> A converted basic array type.class
CustomType<J>
class
class
class
class
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
A BasicType adapter targeting partial portability to 6.0's type system changes.class
HandlesCompositeUserType
s. -
Uses of ProcedureParameterExtractionAware in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement ProcedureParameterExtractionAwareModifier and TypeClassDescriptionclass
class
class
class
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.class
class