Package org.hibernate.mapping
Interface TableOwner
- All Known Implementing Classes:
JoinedSubclass
,RootClass
,UnionSubclass
public interface TableOwner
Optional contract implemented by some subtypes of
PersistentClass
.
Differentiates entity types that map to their own table (RootClass
,
UnionSubclass
, and JoinedSubclass
) from those which do not
(SingleTableSubclass
).
-
Method Summary
-
Method Details
-
setTable
-