| Name | Description | Type | Package | Framework |
| AbstractAuxiliaryDatabaseObject | Convenience base class for AuxiliaryDatabaseObjects. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Any | A Hibernate "any" type (ie. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Array | An array mapping has a primary key consisting of the key columns + index column. | Class | org.hibernate.mapping | Hibernate ORM |
|
| AuxiliaryDatabaseObject | Auxiliary database objects (i. | Interface | org.hibernate.mapping | Hibernate ORM |
|
| Backref | See Also:Serialized FormConstructor SummaryBackref() | Class | org.hibernate.mapping | Hibernate ORM |
|
| Bag | A bag permits duplicates, so it has no primary keySee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Collection | Mapping for a collection. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Column | A column of a relational database tableSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Component | The mapping for a component, composite element, composite identifier, etc. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Component .StandardGenerationContextLocator | Constructor SummaryComponent. | Class | org.hibernate.mapping.Component | Hibernate ORM |
|
| Component .ValueGenerationPlan | Constructor SummaryComponent. | Class | org.hibernate.mapping.Component | Hibernate ORM |
|
| Constraint | A relational constraint. | Class | org.hibernate.mapping | Hibernate ORM |
|
| DenormalizedTable | | Class | org.hibernate.mapping | Hibernate ORM |
|
| DependantValue | A value which is "typed" by reference to some other value (for example, a foreign key is typed by the | Class | org.hibernate.mapping | Hibernate ORM |
|
| DependantValue | A value which is typed by reference to some other value (for example, a foreign key is typed by the | Class | org.hibernate.mapping | Hibernate ORM |
|
| Fetchable | | Interface | org.hibernate.mapping | Hibernate ORM |
|
| FetchProfile | A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata. | Class | org.hibernate.mapping | Hibernate ORM |
|
| FetchProfile .Fetch | Defines an individual association fetch within the given profile. | Class | org.hibernate.mapping.FetchProfile | Hibernate ORM |
|
| Filterable | Defines mapping elements to which filters may be applied. | Interface | org.hibernate.mapping | Hibernate ORM |
|
| ForeignKey | A foreign key constraintSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Formula | A formula is a derived column valueSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| IdentifierBag | An IdentifierBag has a primary key consisting of just the identifier column | Class | org.hibernate.mapping | Hibernate ORM |
|
| IdentifierCollection | A collection with a synthetic identifier columnSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| IdGenerator | Identifier generator container, Useful to keep named generator in annotations | Class | org.hibernate.mapping | Hibernate ORM |
|
| Index | A relational table indexSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| IndexBackref | See Also:Serialized FormConstructor SummaryIndexBackref() | Class | org.hibernate.mapping | Hibernate ORM |
|
| IndexedCollection | Indexed collections include Lists, Maps, arrays andSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Join | See Also:Serialized FormConstructor SummaryJoin() | Class | org.hibernate.mapping | Hibernate ORM |
|
| JoinedSubclass | A subclass in a table-per-subclass mappingSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| KeyValue | Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or | Interface | org.hibernate.mapping | Hibernate ORM |
|
| List | A list mapping has a primary key consisting of the key columns + index column. | Class | org.hibernate.mapping | Hibernate ORM |
|
| ManyToOne | A many-to-one association mappingSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Map | A map has a primary key consisting of the key columns + index columns. | Class | org.hibernate.mapping | Hibernate ORM |
|
| MappedSuperclass | Represents a @MappedSuperclass. | Class | org.hibernate.mapping | Hibernate ORM |
|
| MappingException | An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | Class | org.hibernate | Hibernate ORM |
|
| MappingNotFoundException | Thrown when a resource for a mapping could not be found. | Class | org.hibernate | Hibernate ORM |
|
| MetaAttributable | Common interface for things that can handle meta attributes. | Interface | org.hibernate.mapping | Hibernate ORM |
|
| MetaAttribute | A meta attribute is a named value or values. | Class | org.hibernate.mapping | Hibernate ORM |
|
| MetadataSource | enum MetadataSourceextends EnumEnumeration of the known places from which a piece of metadata may come. | Class | org.hibernate.mapping | Hibernate ORM |
|
| OneToMany | A mapping for a one-to-many associationSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| OneToOne | A one-to-one association mappingSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| PersistentClass | Mapping for an entity. | Class | org.hibernate.mapping | Hibernate ORM |
|
| PersistentClassVisitor | | Interface | org.hibernate.mapping | Hibernate ORM |
|
| PrimaryKey | A primary key constraintSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| PrimitiveArray | A primitive array has a primary key consisting of the key columns + index column. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Property | Represents a property as part of an entity or a component. | Class | org.hibernate.mapping | Hibernate ORM |
|
| PropertyGeneration | Indicates whether given properties are generated by the database and, if so, at what time(s) they are generated. | Class | org.hibernate.mapping | Hibernate ORM |
|
| RelationalModel | | Interface | org.hibernate.mapping | Hibernate ORM |
|
| RootClass | The root class of an inheritance hierarchySee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Selectable | | Interface | org.hibernate.mapping | Hibernate ORM |
|
| Set | A set with no nullable element columns. | Class | org.hibernate.mapping | Hibernate ORM |
|
| SimpleAuxiliaryDatabaseObject | A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front. | Class | org.hibernate.mapping | Hibernate ORM |
|
| SimpleValue | Any value that maps to columns. | Class | org.hibernate.mapping | Hibernate ORM |
|
| SingleTableSubclass | See Also:Serialized FormFields inherited from class org. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Subclass | A sublass in a table-per-class-hierarchy mappingSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| SyntheticProperty | Models a property which does not actually exist in the model. | Class | org.hibernate.mapping | Hibernate ORM |
|
| Table | See Also:Serialized FormConstructor SummaryTable() | Class | org.hibernate.mapping | Hibernate ORM |
|
| TableOwner | Interface allowing to differenciate SubClasses from Classes, JoinedSubClasses and UnionSubClasses | Interface | org.hibernate.mapping | Hibernate ORM |
|
| ToOne | A simple-point association (ie. | Class | org.hibernate.mapping | Hibernate ORM |
|
| TypeDef | Placeholder for typedef informationSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| UnionSubclass | A subclass in a table-per-concrete-class mappingSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| UniqueKey | A relational unique key constraintSee Also:Serialized Form | Class | org.hibernate.mapping | Hibernate ORM |
|
| Value | A value is anything that is persisted by value, instead of by reference. | Interface | org.hibernate.mapping | Hibernate ORM |
|
| ValueVisitor | | Interface | org.hibernate.mapping | Hibernate ORM |