public interface CustomerQuery extends MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
MAX_OFFSET, MIN_OFFSET
withLimit, withOffset
endpoint, expansionPaths, fetchTotal, limit, offset, predicates, sort
deserialize, toQuery
canDeserialize, httpRequestIntent
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Customer>> resultTypeReference()
static CustomerQuery of()
CustomerQuery plusPredicates(Function<CustomerQueryModel,QueryPredicate<Customer>> m)
plusPredicates
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
CustomerQuery plusPredicates(QueryPredicate<Customer> queryPredicate)
plusPredicates
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
plusPredicates
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery plusPredicates(List<QueryPredicate<Customer>> queryPredicates)
plusPredicates
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
plusPredicates
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery plusSort(Function<CustomerQueryModel,QuerySort<Customer>> m)
plusSort
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
CustomerQuery plusSort(List<QuerySort<Customer>> sort)
plusSort
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
plusSort
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery plusSort(QuerySort<Customer> sort)
plusSort
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
plusSort
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withPredicates(Function<CustomerQueryModel,QueryPredicate<Customer>> predicateFunction)
withPredicates
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
CustomerQuery withPredicates(QueryPredicate<Customer> queryPredicate)
withPredicates
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
withPredicates
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withPredicates(List<QueryPredicate<Customer>> queryPredicates)
withPredicates
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
withPredicates
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withSort(Function<CustomerQueryModel,QuerySort<Customer>> m)
withSort
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
CustomerQuery withSort(List<QuerySort<Customer>> sort)
withSort
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
withSort
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withSort(QuerySort<Customer> sort)
withSort
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
withSort
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withSortMulti(Function<CustomerQueryModel,List<QuerySort<Customer>>> m)
withSortMulti
in interface MetaModelQueryDsl<Customer,CustomerQuery,CustomerQueryModel,CustomerExpansionModel<Customer>>
CustomerQuery plusExpansionPaths(Function<CustomerExpansionModel<Customer>,ExpansionPathContainer<Customer>> m)
plusExpansionPaths
in interface MetaModelReferenceExpansionDsl<Customer,CustomerQuery,CustomerExpansionModel<Customer>>
CustomerQuery withExpansionPaths(Function<CustomerExpansionModel<Customer>,ExpansionPathContainer<Customer>> m)
withExpansionPaths
in interface MetaModelReferenceExpansionDsl<Customer,CustomerQuery,CustomerExpansionModel<Customer>>
CustomerQuery withFetchTotal(boolean fetchTotal)
withFetchTotal
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withLimit(Long limit)
withLimit
in interface QueryDsl<Customer,CustomerQuery>
CustomerQuery withOffset(Long offset)
withOffset
in interface QueryDsl<Customer,CustomerQuery>
default CustomerQuery byEmail(String email)