Package | Description |
---|---|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Class and Description |
---|---|
class |
Backref |
class |
Component
The mapping for a component, composite element,
composite identifier, etc.
|
class |
IndexBackref |
class |
JoinedSubclass
A subclass in a table-per-subclass mapping
|
class |
PersistentClass
Mapping for an entity.
|
class |
Property
Represents a property as part of an entity or a component.
|
class |
RootClass
The root class of an inheritance hierarchy
|
class |
SingleTableSubclass |
class |
Subclass
A sublass in a table-per-class-hierarchy mapping
|
class |
SyntheticProperty
Models a property which does not actually exist in the model.
|
class |
UnionSubclass
A subclass in a table-per-concrete-class mapping
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.