Package org.hibernate.mapping
Interface TableOwner
-
- All Known Implementing Classes:
JoinedSubclass,RootClass,UnionSubclass
public interface TableOwnerAdditional, optional contract as part pf thePersistentClasshierarchy used to differentiate entity bindings for entities that map to their own table (root, union-subclass, joined-subclass) versus those that do not (discriminator-subclass).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTable(Table table)
-
-
-
Method Detail
-
setTable
void setTable(Table table)
-
-