Uses of Class
org.dotwebstack.framework.backend.postgres.model.JoinTable
-
Packages that use JoinTable Package Description org.dotwebstack.framework.backend.postgres.query -
-
Uses of JoinTable in org.dotwebstack.framework.backend.postgres.query
Methods in org.dotwebstack.framework.backend.postgres.query that return JoinTable Modifier and Type Method Description static JoinTableJoinHelper. invert(JoinTable joinTable)static JoinTableJoinHelper. resolveJoinTable(PostgresObjectType objectType, JoinTable joinTable)Methods in org.dotwebstack.framework.backend.postgres.query with parameters of type JoinTable Modifier and Type Method Description static JoinTableJoinHelper. invert(JoinTable joinTable)static JoinTableJoinHelper. resolveJoinTable(PostgresObjectType objectType, JoinTable joinTable)
-