Interface TableOwner

  • All Known Implementing Classes:
    JoinedSubclass, RootClass, UnionSubclass

    public interface TableOwner
    Additional, optional contract as part pf the PersistentClass hierarchy 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 Detail

      • setTable

        void setTable​(Table table)