Uses of Class
org.dotwebstack.framework.backend.postgres.model.JoinColumn
Packages that use JoinColumn
Package
Description
-
Uses of JoinColumn in org.dotwebstack.framework.backend.postgres.model
Constructor parameters in org.dotwebstack.framework.backend.postgres.model with type arguments of type JoinColumnModifierConstructorDescriptionGeometrySegmentsTable(String schemaName, String tableName, String geoColumnName, List<JoinColumn> joinColumns) -
Uses of JoinColumn in org.dotwebstack.framework.backend.postgres.model.validation
Methods in org.dotwebstack.framework.backend.postgres.model.validation with parameters of type JoinColumnModifier and TypeMethodDescriptionbooleanJoinColumnValidator.isValid(JoinColumn joincolumn, jakarta.validation.ConstraintValidatorContext context) -
Uses of JoinColumn in org.dotwebstack.framework.backend.postgres.query
Methods in org.dotwebstack.framework.backend.postgres.query that return JoinColumnModifier and TypeMethodDescriptionstatic JoinColumnJoinHelper.resolveReferencedField(JoinColumn joinColumn, PostgresObjectType objectType) Methods in org.dotwebstack.framework.backend.postgres.query that return types with arguments of type JoinColumnModifier and TypeMethodDescriptionstatic 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 JoinColumnModifier and TypeMethodDescriptionstatic JoinColumnJoinHelper.resolveReferencedField(JoinColumn joinColumn, PostgresObjectType objectType) Method parameters in org.dotwebstack.framework.backend.postgres.query with type arguments of type JoinColumnModifier and TypeMethodDescriptionstatic org.jooq.ConditionJoinHelper.createJoinConditions(org.jooq.Table<org.jooq.Record> table, org.jooq.Table<org.jooq.Record> referencedTable, List<JoinColumn> joinColumns) 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 org.jooq.Field<Object>JoinHelper.getExistFieldForRelationObject(List<JoinColumn> joinColumns, org.jooq.Table<org.jooq.Record> table, String alias) static List<JoinColumn>JoinHelper.invertOnList(PostgresObjectField objectField, List<JoinColumn> joinColumns) static List<JoinColumn>JoinHelper.resolveJoinColumns(List<JoinColumn> joinColumns)