Uses of Class
org.dotwebstack.framework.backend.postgres.model.JoinColumn
-
Packages that use JoinColumn Package Description org.dotwebstack.framework.backend.postgres.model.validation org.dotwebstack.framework.backend.postgres.query -
-
Uses of JoinColumn in org.dotwebstack.framework.backend.postgres.model.validation
Methods in org.dotwebstack.framework.backend.postgres.model.validation with parameters of type JoinColumn Modifier and Type Method Description booleanJoinColumnValidator. isValid(JoinColumn joincolumn, javax.validation.ConstraintValidatorContext context) -
Uses of JoinColumn in org.dotwebstack.framework.backend.postgres.query
Methods in org.dotwebstack.framework.backend.postgres.query that return JoinColumn Modifier and Type Method Description static JoinColumnJoinHelper. resolveReferencedField(JoinColumn joinColumn, PostgresObjectType objectType)Methods in org.dotwebstack.framework.backend.postgres.query that return types with arguments of type JoinColumn Modifier and Type Method Description static List<JoinColumn>JoinHelper. invertOnList(PostgresObjectField objectField, List<JoinColumn> joinColumns)static List<JoinColumn>JoinHelper. resolveJoinColumns(List<JoinColumn> joinColumns)Methods in org.dotwebstack.framework.backend.postgres.query with parameters of type JoinColumn Modifier and Type Method Description static JoinColumnJoinHelper. resolveReferencedField(JoinColumn joinColumn, PostgresObjectType objectType)Method parameters in org.dotwebstack.framework.backend.postgres.query with type arguments of type JoinColumn Modifier and Type Method Description static org.jooq.ConditionJoinHelper. createJoinConditions(org.jooq.Table<org.jooq.Record> table, org.jooq.Table<org.jooq.Record> referencedTable, List<JoinColumn> joinColumns, PostgresObjectType objectType)static List<JoinColumn>JoinHelper. invertOnList(PostgresObjectField objectField, List<JoinColumn> joinColumns)static List<JoinColumn>JoinHelper. resolveJoinColumns(List<JoinColumn> joinColumns)
-