Uses of Interface
org.hibernate.mapping.TableOwner

Packages that use TableOwner
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Uses of TableOwner in org.hibernate.mapping
 

Classes in org.hibernate.mapping that implement TableOwner
 class JoinedSubclass
          A subclass in a table-per-subclass mapping
 class RootClass
          The root class of an inheritance hierarchy
 class UnionSubclass
          A subclass in a table-per-concrete-class mapping