Uses of Class
org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
-
Packages that use PostgresFieldConfiguration Package Description org.dotwebstack.framework.backend.postgres.query -
-
Uses of PostgresFieldConfiguration in org.dotwebstack.framework.backend.postgres.query
Methods in org.dotwebstack.framework.backend.postgres.query with parameters of type PostgresFieldConfiguration Modifier and Type Method Description List<org.jooq.Condition>JoinHelper. createJoinConditions(PostgresFieldConfiguration leftSideConfiguration, org.jooq.Table<?> leftSideTable, org.jooq.Table<?> rightSideTable, Map<String,String> fieldAliasMap)Method parameters in org.dotwebstack.framework.backend.postgres.query with type arguments of type PostgresFieldConfiguration Modifier and Type Method Description org.jooq.ConditionJoinHelper. createJoinConditionForKeyCriteria(List<JoinColumn> joinColumns, Map<String,PostgresFieldConfiguration> fields, org.jooq.Table<?> leftSideTable, org.jooq.Table<?> rightSideTable)org.jooq.ConditionJoinHelper. getJoinCondition(List<JoinColumn> joinColumns, Map<String,PostgresFieldConfiguration> fields, org.jooq.Table<?> leftSideTable, org.jooq.Table<?> rightSideTable, Map<String,String> rightFieldAliasMap)
-