ShoppingListQuery |
ShoppingListQueryBuilder.build() |
static ShoppingListQuery |
ShoppingListQuery.of() |
ShoppingListQuery |
ShoppingListQuery.plusExpansionPaths(Function<ShoppingListExpansionModel<ShoppingList>,ExpansionPathContainer<ShoppingList>> m) |
ShoppingListQuery |
ShoppingListQuery.plusPredicates(Function<ShoppingListQueryModel,QueryPredicate<ShoppingList>> m) |
ShoppingListQuery |
ShoppingListQuery.plusPredicates(List<QueryPredicate<ShoppingList>> queryPredicates) |
ShoppingListQuery |
ShoppingListQuery.plusPredicates(QueryPredicate<ShoppingList> queryPredicate) |
ShoppingListQuery |
ShoppingListQuery.plusSort(Function<ShoppingListQueryModel,QuerySort<ShoppingList>> m) |
ShoppingListQuery |
ShoppingListQuery.plusSort(List<QuerySort<ShoppingList>> sort) |
ShoppingListQuery |
ShoppingListQuery.plusSort(QuerySort<ShoppingList> sort) |
ShoppingListQuery |
ShoppingListQuery.withExpansionPaths(Function<ShoppingListExpansionModel<ShoppingList>,ExpansionPathContainer<ShoppingList>> m) |
ShoppingListQuery |
ShoppingListQuery.withFetchTotal(boolean fetchTotal) |
ShoppingListQuery |
ShoppingListQuery.withLimit(Long limit) |
ShoppingListQuery |
ShoppingListQuery.withOffset(Long offset) |
ShoppingListQuery |
ShoppingListQuery.withPredicates(Function<ShoppingListQueryModel,QueryPredicate<ShoppingList>> predicateFunction) |
ShoppingListQuery |
ShoppingListQuery.withPredicates(List<QueryPredicate<ShoppingList>> queryPredicates) |
ShoppingListQuery |
ShoppingListQuery.withPredicates(QueryPredicate<ShoppingList> queryPredicate) |
ShoppingListQuery |
ShoppingListQuery.withSort(Function<ShoppingListQueryModel,QuerySort<ShoppingList>> m) |
ShoppingListQuery |
ShoppingListQuery.withSort(List<QuerySort<ShoppingList>> sort) |
ShoppingListQuery |
ShoppingListQuery.withSort(QuerySort<ShoppingList> sort) |
ShoppingListQuery |
ShoppingListQuery.withSortMulti(Function<ShoppingListQueryModel,List<QuerySort<ShoppingList>>> m) |