Package com.pullreports.model
Class Relationship
Object
com.pullreports.model.Relationship
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRelationship(RelationshipConfiguration configuration, Table childTable, Table parentTable) -
Method Summary
Modifier and TypeMethodDescriptiongetJoin()booleanReturns true if this Relationship has at least one ancestorRelationshipthat is ofCardinality.MANY.
-
Constructor Details
-
Relationship
protected Relationship(RelationshipConfiguration configuration, Table childTable, Table parentTable)
-
-
Method Details
-
getCardinality
-
getJoin
-
getChildTable
-
getParentTable
-
getAccessControlVoter
-
hasToManyAncestor
public boolean hasToManyAncestor()Returns true if this Relationship has at least one ancestorRelationshipthat is ofCardinality.MANY.- Returns:
- true if the Relationship has at least one ancestor of Cardinality MANY.
-