Uses of Class
org.dotwebstack.framework.backend.postgres.model.PostgresObjectType
Packages that use PostgresObjectType
Package
Description
-
Uses of PostgresObjectType in org.dotwebstack.framework.backend.postgres.helpers
Methods in org.dotwebstack.framework.backend.postgres.helpers with parameters of type PostgresObjectTypeModifier and TypeMethodDescriptionbooleanCyclicRefDetector.isProcessed(PostgresObjectType objectType, PostgresObjectField objectField) -
Uses of PostgresObjectType in org.dotwebstack.framework.backend.postgres.model
Constructors in org.dotwebstack.framework.backend.postgres.model with parameters of type PostgresObjectTypeModifierConstructorDescriptionPostgresObjectType(PostgresObjectType objectType, List<PostgresObjectField> ancestors) -
Uses of PostgresObjectType in org.dotwebstack.framework.backend.postgres.query
Methods in org.dotwebstack.framework.backend.postgres.query with parameters of type PostgresObjectTypeModifier and TypeMethodDescriptionstatic org.jooq.ConditionJoinHelper.createJoinConditions(org.jooq.Table<org.jooq.Record> table, org.jooq.Table<org.jooq.Record> referencedTable, List<JoinColumn> joinColumns, PostgresObjectType objectType) static JoinTableJoinHelper.resolveJoinTable(PostgresObjectType objectType, JoinTable joinTable) static JoinColumnJoinHelper.resolveReferencedField(JoinColumn joinColumn, PostgresObjectType objectType)