| Package | Description | 
|---|---|
| org.hibernate.mapping | 
 
        This package defines the Hibernate configuration-time metamodel. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Array
An array mapping has a primary key consisting of the key columns + index column. 
 | 
class  | 
Bag
A bag permits duplicates, so it has no primary key 
 | 
class  | 
Collection
Mapping for a collection. 
 | 
class  | 
IdentifierBag
An IdentifierBag has a primary key consisting of
 just the identifier column 
 | 
class  | 
IdentifierCollection
A collection with a synthetic "identifier" column 
 | 
class  | 
IndexedCollection
Indexed collections include Lists, Maps, arrays and
 primitive arrays. 
 | 
class  | 
JoinedSubclass
A subclass in a table-per-subclass mapping 
 | 
class  | 
List
A list mapping has a primary key consisting of the key columns + index column. 
 | 
class  | 
Map
A map has a primary key consisting of
 the key columns + index columns. 
 | 
class  | 
PersistentClass
Mapping for an entity. 
 | 
class  | 
PrimitiveArray
A primitive array has a primary key consisting of the key columns + index column. 
 | 
class  | 
RootClass
The root class of an inheritance hierarchy 
 | 
class  | 
Set
A set with no nullable element columns. 
 | 
class  | 
SingleTableSubclass  | 
class  | 
Subclass
A sublass in a table-per-class-hierarchy mapping 
 | 
class  | 
UnionSubclass
A subclass in a table-per-concrete-class mapping 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.