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 |
JoinedSubclass |
A mapping model object that represents a subclass in a "joined" or
"table per subclass"
inheritance hierarchy.
|
class |
List |
A mapping model object representing a collection of type List .
|
class |
Map |
A mapping model object representing a collection of type Map .
|
class |
PersistentClass |
|
class |
PrimitiveArray |
A primitive array has a primary key consisting of the key columns + index column.
|
class |
RootClass |
A mapping model object that represents the root class in an entity class
inheritance hierarchy.
|
class |
Set |
A mapping model object representing a collection of type List .
|
class |
SingleTableSubclass |
A mapping model object that represents a subclass in a
single table
inheritance hierarchy.
|
class |
Subclass |
A mapping model object that represents a subclass in an entity class
inheritance hierarchy.
|
class |
UnionSubclass |
|