接口 TableOwner

  • 所有已知实现类:
    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).
    作者:
    Emmanuel Bernard, Steve Ebersole
    • 方法详细资料

      • setTable

        void setTable​(Table table)