Uses of Class
org.hibernate.type.AbstractSingleColumnStandardBasicType
-
Packages that use AbstractSingleColumnStandardBasicType 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 AbstractSingleColumnStandardBasicType in org.hibernate.type
Subclasses of AbstractSingleColumnStandardBasicType in org.hibernate.type 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>
class
JavaObjectType
class
NullType
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<J>
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of AbstractSingleColumnStandardBasicType in org.hibernate.type.internal
Subclasses of AbstractSingleColumnStandardBasicType in org.hibernate.type.internal Modifier and Type Class Description class
BasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-