class |
AnyType |
Handles "any" mappings
|
class |
ArrayType |
A type for persistent arrays.
|
class |
BagType |
|
class |
CollectionType |
A type that handles Hibernate PersistentCollection s (including arrays).
|
class |
ComponentType |
|
class |
CustomCollectionType |
A custom type for mapping user-written classes that implement PersistentCollection
|
class |
CustomType<J> |
Adapts UserType to the generic Type interface, in order
to isolate user code from changes in the internal Type contracts.
|
class |
EmbeddedComponentType |
|
class |
EntityType |
Base for types which map associations to persistent entities.
|
class |
IdentifierBagType |
|
class |
ListType |
|
class |
ManyToOneType |
A many-to-one association to an entity.
|
class |
MapType |
|
class |
MetaType |
Deprecated, for removal: This API element is subject to removal in a future version.
|
class |
OneToOneType |
A one-to-one association to an entity
|
class |
OrderedMapType |
A specialization of the map type, with (resultset-based) ordering.
|
class |
OrderedSetType |
A specialization of the set type, with (resultset-based) ordering.
|
class |
SetType |
|
class |
SortedMapType |
|
class |
SortedSetType |
|
class |
SpecialOneToOneType |
A one-to-one association that maps to specific formula(s)
instead of the primary key column of the owning entity.
|
class |
UserComponentType<T> |
|