Class Relationship


  • public abstract class Relationship
    extends Object
    • Method Detail

      • getJoin

        public Join getJoin()
      • getChildTable

        public Table getChildTable()
      • getParentTable

        public Table getParentTable()
      • hasToManyAncestor

        public boolean hasToManyAncestor()
        Returns true if this Relationship has at least one ancestor Relationship that is of Cardinality.MANY.
        Returns:
        true if the Relationship has at least one ancestor of Cardinality MANY.