ProductDiscountQuery |
ProductDiscountQueryBuilder.build() |
static ProductDiscountQuery |
ProductDiscountQuery.of() |
ProductDiscountQuery |
ProductDiscountQuery.plusExpansionPaths(Function<ProductDiscountExpansionModel<ProductDiscount>,ExpansionPathContainer<ProductDiscount>> m) |
ProductDiscountQuery |
ProductDiscountQuery.plusPredicates(Function<ProductDiscountQueryModel,QueryPredicate<ProductDiscount>> m) |
ProductDiscountQuery |
ProductDiscountQuery.plusPredicates(List<QueryPredicate<ProductDiscount>> queryPredicates) |
ProductDiscountQuery |
ProductDiscountQuery.plusPredicates(QueryPredicate<ProductDiscount> queryPredicate) |
ProductDiscountQuery |
ProductDiscountQuery.plusSort(Function<ProductDiscountQueryModel,QuerySort<ProductDiscount>> m) |
ProductDiscountQuery |
ProductDiscountQuery.plusSort(List<QuerySort<ProductDiscount>> sort) |
ProductDiscountQuery |
ProductDiscountQuery.plusSort(QuerySort<ProductDiscount> sort) |
ProductDiscountQuery |
ProductDiscountQuery.withExpansionPaths(Function<ProductDiscountExpansionModel<ProductDiscount>,ExpansionPathContainer<ProductDiscount>> m) |
ProductDiscountQuery |
ProductDiscountQuery.withFetchTotal(boolean fetchTotal) |
ProductDiscountQuery |
ProductDiscountQuery.withLimit(Long limit) |
ProductDiscountQuery |
ProductDiscountQuery.withOffset(Long offset) |
ProductDiscountQuery |
ProductDiscountQuery.withPredicates(Function<ProductDiscountQueryModel,QueryPredicate<ProductDiscount>> predicateFunction) |
ProductDiscountQuery |
ProductDiscountQuery.withPredicates(List<QueryPredicate<ProductDiscount>> queryPredicates) |
ProductDiscountQuery |
ProductDiscountQuery.withPredicates(QueryPredicate<ProductDiscount> queryPredicate) |
ProductDiscountQuery |
ProductDiscountQuery.withSort(Function<ProductDiscountQueryModel,QuerySort<ProductDiscount>> m) |
ProductDiscountQuery |
ProductDiscountQuery.withSort(List<QuerySort<ProductDiscount>> sort) |
ProductDiscountQuery |
ProductDiscountQuery.withSort(QuerySort<ProductDiscount> sort) |
ProductDiscountQuery |
ProductDiscountQuery.withSortMulti(Function<ProductDiscountQueryModel,List<QuerySort<ProductDiscount>>> m) |