Uses of Class
org.dotwebstack.framework.backend.postgres.query.ObjectQueryContext
-
Packages that use ObjectQueryContext Package Description org.dotwebstack.framework.backend.postgres.query org.dotwebstack.framework.backend.postgres.query.model -
-
Uses of ObjectQueryContext in org.dotwebstack.framework.backend.postgres.query
Constructors in org.dotwebstack.framework.backend.postgres.query with parameters of type ObjectQueryContext Constructor Description ObjectSelectContext(ObjectQueryContext objectQueryContext) -
Uses of ObjectQueryContext in org.dotwebstack.framework.backend.postgres.query.model
Methods in org.dotwebstack.framework.backend.postgres.query.model with parameters of type ObjectQueryContext Modifier and Type Method Description static PostgresObjectRequestPostgresObjectRequestFactory. create(ObjectRequest objectRequest, List<SortCriteria> sortCriterias, ObjectQueryContext objectQueryContext)
-