StoreQuery |
StoreQueryBuilder.build() |
static StoreQuery |
StoreQuery.of() |
StoreQuery |
StoreQuery.plusExpansionPaths(Function<StoreExpansionModel<Store>,ExpansionPathContainer<Store>> m) |
StoreQuery |
StoreQuery.plusPredicates(Function<StoreQueryModel,QueryPredicate<Store>> m) |
StoreQuery |
StoreQuery.plusPredicates(List<QueryPredicate<Store>> queryPredicates) |
StoreQuery |
StoreQuery.plusPredicates(QueryPredicate<Store> queryPredicate) |
StoreQuery |
StoreQuery.plusSort(Function<StoreQueryModel,QuerySort<Store>> m) |
StoreQuery |
StoreQuery.plusSort(List<QuerySort<Store>> sort) |
StoreQuery |
StoreQuery.plusSort(QuerySort<Store> sort) |
StoreQuery |
StoreQuery.withExpansionPaths(Function<StoreExpansionModel<Store>,ExpansionPathContainer<Store>> m) |
StoreQuery |
StoreQuery.withFetchTotal(boolean fetchTotal) |
StoreQuery |
StoreQuery.withLimit(Long limit) |
StoreQuery |
StoreQuery.withOffset(Long offset) |
StoreQuery |
StoreQuery.withPredicates(Function<StoreQueryModel,QueryPredicate<Store>> predicateFunction) |
StoreQuery |
StoreQuery.withPredicates(List<QueryPredicate<Store>> queryPredicates) |
StoreQuery |
StoreQuery.withPredicates(QueryPredicate<Store> queryPredicate) |
StoreQuery |
StoreQuery.withSort(Function<StoreQueryModel,QuerySort<Store>> m) |
StoreQuery |
StoreQuery.withSort(List<QuerySort<Store>> sort) |
StoreQuery |
StoreQuery.withSort(QuerySort<Store> sort) |
StoreQuery |
StoreQuery.withSortMulti(Function<StoreQueryModel,List<QuerySort<Store>>> m) |