Uses of Interface
org.hibernate.mapping.TableOwner
-
Packages that use TableOwner Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of TableOwner in org.hibernate.mapping
Classes in org.hibernate.mapping that implement TableOwner Modifier and Type Class Description class
JoinedSubclass
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.class
RootClass
A mapping model object that represents the root class in an entity class inheritance hierarchy.class
UnionSubclass
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.
-