| AbstractSingleColumnStandardBasicType<T> |
TODO : javadoc
|
| AbstractStandardBasicType<T> |
Convenience base class for BasicType implementations
|
| AbstractType |
Abstract superclass of the built in Type hierarchy.
|
| AnyType |
Handles "any" mappings
|
| AnyType.ObjectTypeCacheEntry |
Used to externalize discrimination per a given identifier.
|
| ArrayType |
A type for persistent arrays.
|
| BagType |
|
| BasicArrayType<T> |
A type that maps between ARRAY and T[]
|
| BasicCollectionType<C extends Collection<E>,E> |
A type that maps between ARRAY and Collection<T>
|
| BasicTypeReference<T> |
A basic type reference.
|
| BasicTypeRegistry |
|
| CollectionType |
A type that handles Hibernate PersistentCollections (including arrays).
|
| ComponentType |
Handles "component" mappings
|
| CustomCollectionType |
A custom type for mapping user-written classes that implement PersistentCollection
|
| CustomType<J> |
Adapts UserType to the generic Type interface, in order
to isolate user code from changes in the internal Type contracts.
|
| DbTimestampType |
Deprecated.
|
| EmbeddedComponentType |
|
| EntityType |
Base for types which map associations to persistent entities.
|
| EnumType<T extends Enum<T>> |
Value type mapper for enumerations.
|
| IdentifierBagType |
|
| JavaObjectType |
|
| ListType |
|
| ManyToOneType |
A many-to-one association to an entity.
|
| MapType |
|
| MetaType |
|
| NullType |
|
| NumericBooleanConverter |
Handles conversion to/from Boolean as `0` (false) or `1` (true)
|
| OneToOneType |
A one-to-one association to an entity
|
| OrderedMapType |
A specialization of the map type, with (resultset-based) ordering.
|
| OrderedSetType |
A specialization of the set type, with (resultset-based) ordering.
|
| SerializableToBlobType<T extends Serializable> |
|
| SerializableType<T extends Serializable> |
|
| SetType |
|
| SortedMapType |
|
| SortedSetType |
|
| SpecialOneToOneType |
A one-to-one association that maps to specific formula(s)
instead of the primary key column of the owning entity.
|
| SqlTypes |
The class that defines the constants that are used to identify generic
SQL types.
|
| StandardBasicTypes |
|
| StandardBasicTypeTemplate<J> |
A BasicType adapter targeting partial portability to 6.0's type
system changes.
|
| TrueFalseConverter |
Handles conversion to/from Boolean as `T` or `F`
|
| TypeHelper |
Certain operations for working with arrays of property values.
|
| YesNoConverter |
Handles conversion to/from Boolean as `Y` or `N`
|