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 TypeClassDescriptionclassDeprecated, 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 TypeClassDescriptionclassHandles "any" mappingsclassA type for persistent arrays.classclassA type that handles HibernatePersistentCollections (including arrays).classHandles embedded mappings.classA custom type for mapping user-written classes that implementPersistentCollectionclassCustomType<J>classclassBase for types which map associations to persistent entities.classclassclassA many-to-one association to an entity.classclassclassA one-to-one association to an entityclassA specialization of the map type, with (resultset-based) ordering.classA specialization of the set type, with (resultset-based) ordering.classclassclassclassA one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.classHandlesCompositeUserTypes.
DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter