Uses of Interface
org.hibernate.mapping.MetaAttributable
-
Packages that use MetaAttributable Package Description org.hibernate.mapping -
-
Uses of MetaAttributable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement MetaAttributable Modifier and Type Class 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 mappingclass
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 hierarchyclass
SingleTableSubclass
class
Subclass
A subclass in a table-per-class-hierarchy mappingclass
SyntheticProperty
Models a property which does not actually exist in the model.class
UnionSubclass
A subclass in a table-per-concrete-class mapping
-