Interface TableOwner

All Known Implementing Classes:
JoinedSubclass, RootClass, UnionSubclass

public interface TableOwner
Optional contract implemented by some subtypes of PersistentClass.

Differentiates entity types that map to their own table (RootClass, UnionSubclass, and JoinedSubclass) from those which do not (SingleTableSubclass).

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTable(Table table)
     
  • Method Details

    • setTable

      void setTable(Table table)