class |
Backref |
|
class |
Component |
A mapping model object that represents an embeddable class.
|
class |
IndexBackref |
|
class |
JoinedSubclass |
A mapping model object that represents a subclass in a "joined" or
"table per subclass"
inheritance hierarchy.
|
class |
PersistentClass |
A mapping model object that represents an entity class.
|
class |
Property |
|
class |
RootClass |
A mapping model object that represents the root class in an entity class
inheritance hierarchy.
|
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 |
SyntheticProperty |
Models a property which does not actually exist in the model.
|
class |
UnionSubclass |
A mapping model object that represents a subclass in a "union" or
"table per concrete class"
inheritance hierarchy.
|