Uses of Class
org.dotwebstack.framework.backend.postgres.model.PostgresObjectField
-
Packages that use PostgresObjectField Package Description org.dotwebstack.framework.backend.postgres.model org.dotwebstack.framework.backend.postgres.query -
-
Uses of PostgresObjectField in org.dotwebstack.framework.backend.postgres.model
Method parameters in org.dotwebstack.framework.backend.postgres.model with type arguments of type PostgresObjectField Modifier and Type Method Description voidPostgresObjectField. initColumns(List<PostgresObjectField> ancestors)Constructors in org.dotwebstack.framework.backend.postgres.model with parameters of type PostgresObjectField Constructor Description PostgresObjectField(PostgresObjectField objectField)Constructor parameters in org.dotwebstack.framework.backend.postgres.model with type arguments of type PostgresObjectField Constructor Description PostgresObjectType(PostgresObjectType objectType, List<PostgresObjectField> ancestors) -
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)
-