Uses of Interface
org.hibernate.type.AdjustableBasicType
-
Packages that use AdjustableBasicType Package Description org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal -
-
Uses of AdjustableBasicType in org.hibernate.type
Classes in org.hibernate.type that implement AdjustableBasicType Modifier and Type Class Description class
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
-
Uses of AdjustableBasicType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement AdjustableBasicType Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-