| AbstractIdentifier |
|
| Attribute |
Contract for a mapping attribute.
|
| AttributeContainer |
Defines a contract for the Envers mapping model in terms of being able to contain attributes.
|
| BasicAttribute |
Contract for a basic, singular attribute.
|
| Bindable |
Defines a contract for objects that are bindable.
|
| Cloneable |
Contract for an object that is cloneable.
|
| Column |
An implementation of Selection that represents a logical column.
|
| ColumnContainer |
Contract for a container of columns.
|
| ConfigParameterContainer |
Contract for a model object that stores configuration parameters
|
| DiscriminatorType |
Contract for a persistent entity discriminator type.
|
| Formula |
An implementation of Selection that represents a formula.
|
| Identifier |
Common contract for an identifier.
|
| Join |
Contract that represents a secondary table join that is part of an entity hierarchy.
|
| JoinAwarePersistentEntity |
Contract for entity mappings that support secondary table joins.
|
| Key |
Contract for declaring a column name of a foreign key.
|
| Keyable |
Contract that defines an attribute that can participate in a key.
|
| ManyToOneAttribute |
Represents a plural attribute mapping of a many-to-one or key-many-to-one.
|
| PersistentEntity |
Contract for a persisted entity mapping.
|
| PluralAttribute |
Contract for an attribute that represents multiple values.
|
| Selection |
A contract for a selection, can be a column or a formula.
|
| Selection.SelectionType |
|
| SingularAttribute |
Contract for an attribute that represents a singular value.
|
| SubclassPersistentEntity |
|
| TypeSpecification |
Contract for a type specification mapping.
|