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
Methods in org.dotwebstack.framework.backend.postgres.query with parameters of type PostgresObjectField Modifier and Type Method Description 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)
-