Package com.pullreports.model.config
Class JoinColumnsRelationshipConfiguration
Object
com.pullreports.model.config.RelationshipConfiguration
com.pullreports.model.config.JoinColumnsRelationshipConfiguration
A JoinColumnsRelationshipConfiguration represents the SQL join relationship configuration between
two
TableConfiguration
s in which one table has one or more foreign key columns to the second table.
Use a JoinColumnsRelationshipConfiguration.Builder
to construct a new instance.
Schema analog: <relationship>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A JoinColumnsRelationshipConfiguration.Builder follows the builder pattern to create a newJoinColumnsRelationshipConfiguration
instance.static class
Deprecated. -
Method Summary
Methods inherited from class com.pullreports.model.config.RelationshipConfiguration
getAccessControlVoter, getCardinality, getJoin, getTableConfiguration
-
Method Details
-
getJoinColumns
-