Package org.hibernate.mapping
Interface TableOwner
-
- All Known Implementing Classes:
JoinedSubclass,RootClass,UnionSubclass
public interface TableOwnerOptional 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 voidsetTable(Table table)
-
-
-
Method Detail
-
setTable
void setTable(Table table)
-
-