ProductSelectionQuery |
ProductSelectionQueryBuilder.build() |
static ProductSelectionQuery |
ProductSelectionQuery.of() |
ProductSelectionQuery |
ProductSelectionQuery.plusExpansionPaths(Function<ProductSelectionExpansionModel<ProductSelection>,ExpansionPathContainer<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.plusPredicates(Function<ProductSelectionQueryModel,QueryPredicate<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.plusPredicates(List<QueryPredicate<ProductSelection>> queryPredicates) |
ProductSelectionQuery |
ProductSelectionQuery.plusPredicates(QueryPredicate<ProductSelection> queryPredicate) |
ProductSelectionQuery |
ProductSelectionQuery.plusSort(Function<ProductSelectionQueryModel,QuerySort<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.plusSort(List<QuerySort<ProductSelection>> sort) |
ProductSelectionQuery |
ProductSelectionQuery.plusSort(QuerySort<ProductSelection> sort) |
ProductSelectionQuery |
ProductSelectionQuery.withExpansionPaths(Function<ProductSelectionExpansionModel<ProductSelection>,ExpansionPathContainer<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.withFetchTotal(boolean fetchTotal) |
ProductSelectionQuery |
ProductSelectionQuery.withLimit(Long limit) |
ProductSelectionQuery |
ProductSelectionQuery.withOffset(Long offset) |
ProductSelectionQuery |
ProductSelectionQuery.withPredicates(Function<ProductSelectionQueryModel,QueryPredicate<ProductSelection>> predicateFunction) |
ProductSelectionQuery |
ProductSelectionQuery.withPredicates(List<QueryPredicate<ProductSelection>> queryPredicates) |
ProductSelectionQuery |
ProductSelectionQuery.withPredicates(QueryPredicate<ProductSelection> queryPredicate) |
ProductSelectionQuery |
ProductSelectionQuery.withSort(Function<ProductSelectionQueryModel,QuerySort<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.withSort(List<QuerySort<ProductSelection>> sort) |
ProductSelectionQuery |
ProductSelectionQuery.withSort(QuerySort<ProductSelection> sort) |
ProductSelectionQuery |
ProductSelectionQuery.withSortMulti(Function<ProductSelectionQueryModel,List<QuerySort<ProductSelection>>> m) |