Uses of Class
org.dotwebstack.framework.backend.postgres.model.PostgresObjectField
Packages that use PostgresObjectField
Package
Description
-
Uses of PostgresObjectField in org.dotwebstack.framework.backend.postgres.helpers
Methods in org.dotwebstack.framework.backend.postgres.helpers with parameters of type PostgresObjectFieldModifier and TypeMethodDescriptionbooleanCyclicRefDetector.isProcessed(PostgresObjectType objectType, PostgresObjectField objectField) -
Uses of PostgresObjectField in org.dotwebstack.framework.backend.postgres.model
Method parameters in org.dotwebstack.framework.backend.postgres.model with type arguments of type PostgresObjectFieldModifier and TypeMethodDescriptionvoidPostgresObjectField.initColumns(List<PostgresObjectField> ancestors) Constructors in org.dotwebstack.framework.backend.postgres.model with parameters of type PostgresObjectFieldConstructor parameters in org.dotwebstack.framework.backend.postgres.model with type arguments of type PostgresObjectFieldModifierConstructorDescriptionPostgresObjectType(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 PostgresObjectFieldModifier and TypeFieldDescriptionprotected @NotNull PostgresObjectFieldGeometryConditionBuilderBase.postgresObjectFieldMethods in org.dotwebstack.framework.backend.postgres.query with parameters of type PostgresObjectFieldModifier and TypeMethodDescriptionstatic 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)