Uses of Class
org.dotwebstack.framework.backend.postgres.model.PostgresObjectField
-
Packages that use PostgresObjectField Package Description org.dotwebstack.framework.backend.postgres.query -
-
Uses of PostgresObjectField in org.dotwebstack.framework.backend.postgres.query
Fields in org.dotwebstack.framework.backend.postgres.query declared as PostgresObjectField Modifier and Type Field Description protected @NotNull PostgresObjectFieldGeometryConditionBuilderBase. postgresObjectFieldMethods in org.dotwebstack.framework.backend.postgres.query with parameters of type PostgresObjectField Modifier and Type Method Description static GeometryConditionBuilderBaseGeometryConditionBuilderFactory. getGeometryConditionBuilder(PostgresObjectField objectField, FilterOperator operator)static booleanJoinHelper. hasNestedReference(PostgresObjectField objectField)static List<JoinColumn>JoinHelper. invertOnList(PostgresObjectField objectField, List<JoinColumn> joinColumns)static JoinConfigurationJoinConfiguration. toJoinConfiguration(PostgresObjectField objectField)static JoinConfigurationJoinConfiguration. toJoinConfiguration(PostgresObjectField objectField, PostgresJoinCondition joinCondition)
-