class |
AbstractIdentifier |
|
class |
BasicAttribute |
Contract for a basic, singular attribute.
|
class |
Column |
An implementation of Selection that represents a logical column.
|
class |
CompositeIdentifier |
Represents an identifier based on a composite-id mapping.
|
class |
DiscriminatorType |
Contract for a persistent entity discriminator type.
|
class |
Formula |
An implementation of Selection that represents a formula.
|
class |
Join |
Contract that represents a secondary table join that is part of an entity hierarchy.
|
class |
Key |
Contract for declaring a column name of a foreign key.
|
class |
ManyToOneAttribute |
Represents a plural attribute mapping of a many-to-one or key-many-to-one .
|
class |
Selection<T> |
A contract for a selection, can be a column or a formula.
|
class |
SetAttribute |
A plural attribute that represents a set .
|
class |
SimpleIdentifier |
Represents a simple identifier mapping.
|
class |
TypeSpecification |
Contract for a type specification mapping.
|