Package org.hibernate.mapping
Interface TableOwner
-
- All Known Implementing Classes:
JoinedSubclass
,RootClass
,UnionSubclass
public interface TableOwner
Optional contract implemented by some subtypes ofPersistentClass
.Differentiates entity types that map to their own table (
RootClass
,UnionSubclass
, andJoinedSubclass
) from those which do not (SingleTableSubclass
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTable(Table table)
-
-
-
Method Detail
-
setTable
void setTable(Table table)
-
-