Uses of Class
org.hibernate.type.AbstractType
Packages that use AbstractType
Package
Description
This package abstracts persistence mechanisms for entities.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of AbstractType in org.hibernate.persister.entity
Subclasses of AbstractType in org.hibernate.persister.entityModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractType in org.hibernate.type
Subclasses of AbstractType in org.hibernate.typeModifier and TypeClassDescriptionclass
Handles "any" mappingsclass
A type for persistent arrays.class
class
A type that handles HibernatePersistentCollection
s (including arrays).class
Handles embedded mappings.class
A custom type for mapping user-written classes that implementPersistentCollection
class
CustomType<J>
class
class
Base for types which map associations to persistent entities.class
class
class
A many-to-one association to an entity.class
class
class
A one-to-one association to an entityclass
A specialization of the map type, with (resultset-based) ordering.class
A specialization of the set type, with (resultset-based) ordering.class
class
class
class
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.class
HandlesCompositeUserType
s.
DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter