Package com.pullreports.model
Class Relationship
Object
com.pullreports.model.Relationship
-
Constructor Summary
ModifierConstructorDescriptionprotected
Relationship
(RelationshipConfiguration configuration, Table childTable, Table parentTable) -
Method Summary
Modifier and TypeMethodDescriptiongetJoin()
boolean
Returns true if this Relationship has at least one ancestorRelationship
that 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 ancestorRelationship
that is ofCardinality.MANY
.- Returns:
- true if the Relationship has at least one ancestor of Cardinality MANY.
-