Class Relationship

Object
com.pullreports.model.Relationship

public abstract class Relationship extends Object
  • Constructor Details

  • Method Details

    • getCardinality

      public Cardinality getCardinality()
    • getJoin

      public Join getJoin()
    • getChildTable

      public Table getChildTable()
    • getParentTable

      public Table getParentTable()
    • getAccessControlVoter

      public Optional<AccessControlVoter> getAccessControlVoter()
    • 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.