class |
Array |
An array mapping has a primary key consisting of the key columns + index column.
|
class |
Bag |
A mapping model object representing a collection of type Collection which may
contain duplicates.
|
class |
Collection |
A mapping model object representing a collection.
|
class |
IdentifierBag |
A bag with a generated (surrogate) key.
|
class |
IdentifierCollection |
A mapping model object representing a collection with a synthetic "identifier" column,
that is, a surrogate key.
|
class |
IndexedCollection |
Indexed collections include Lists, Maps, arrays and
primitive arrays.
|
class |
List |
A mapping model object representing a collection of type List .
|
class |
ManyToOne |
|
class |
Map |
A mapping model object representing a collection of type Map .
|
class |
OneToOne |
|
class |
PrimitiveArray |
A primitive array has a primary key consisting of the key columns + index column.
|
class |
Set |
A mapping model object representing a collection of type List .
|
class |
ToOne |
A mapping model object representing an association where the target side has cardinality one.
|