| AbstractIdentifier |
|
| BasicAttribute |
Contract for a basic, singular attribute.
|
| Column |
An implementation of Selection that represents a logical column.
|
| CompositeIdentifier |
Represents an identifier based on a composite-id mapping.
|
| DiscriminatorPersistentEntity |
A persistent entity mapping that uses a single table to store entities based on a discriminator.
|
| DiscriminatorType |
Contract for a persistent entity discriminator type.
|
| Formula |
An implementation of Selection that represents a formula.
|
| IdentifierRelation |
A contract for identifier relations between persisted entities
All attributes stored here are stored in their non-key form, see IdMetadataGenerator.
|
| Join |
Contract that represents a secondary table join that is part of an entity hierarchy.
|
| JoinedSubclassPersistentEntity |
A persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.
|
| Key |
Contract for declaring a column name of a foreign key.
|
| ManyToOneAttribute |
Represents a plural attribute mapping of a many-to-one or key-many-to-one.
|
| PersistentEntity |
Contract for a persisted entity mapping.
|
| RootPersistentEntity |
A persistent entity mapping that represents the root entity of an entity hierarchy.
|
| Selection<T> |
A contract for a selection, can be a column or a formula.
|
| SetAttribute |
A plural attribute that represents a set.
|
| SimpleIdentifier |
Represents a simple identifier mapping.
|
| SubclassPersistentEntity |
|
| TypeSpecification |
Contract for a type specification mapping.
|
| UnionSubclassPersistentEntity |
A persistent entity mapping that uses the table-per-class inheritance strategy.
|