InventoryEntryQuery |
InventoryEntryQueryBuilder.build() |
static InventoryEntryQuery |
InventoryEntryQuery.of() |
InventoryEntryQuery |
InventoryEntryQuery.plusExpansionPaths(Function<InventoryEntryExpansionModel<InventoryEntry>,ExpansionPathContainer<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.plusPredicates(Function<InventoryEntryQueryModel,QueryPredicate<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.plusPredicates(List<QueryPredicate<InventoryEntry>> queryPredicates) |
InventoryEntryQuery |
InventoryEntryQuery.plusPredicates(QueryPredicate<InventoryEntry> queryPredicate) |
InventoryEntryQuery |
InventoryEntryQuery.plusSort(Function<InventoryEntryQueryModel,QuerySort<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.plusSort(List<QuerySort<InventoryEntry>> sort) |
InventoryEntryQuery |
InventoryEntryQuery.plusSort(QuerySort<InventoryEntry> sort) |
InventoryEntryQuery |
InventoryEntryQuery.withExpansionPaths(Function<InventoryEntryExpansionModel<InventoryEntry>,ExpansionPathContainer<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.withFetchTotal(boolean fetchTotal) |
InventoryEntryQuery |
InventoryEntryQuery.withLimit(Long limit) |
InventoryEntryQuery |
InventoryEntryQuery.withOffset(Long offset) |
InventoryEntryQuery |
InventoryEntryQuery.withPredicates(Function<InventoryEntryQueryModel,QueryPredicate<InventoryEntry>> predicateFunction) |
InventoryEntryQuery |
InventoryEntryQuery.withPredicates(List<QueryPredicate<InventoryEntry>> queryPredicates) |
InventoryEntryQuery |
InventoryEntryQuery.withPredicates(QueryPredicate<InventoryEntry> queryPredicate) |
InventoryEntryQuery |
InventoryEntryQuery.withSort(Function<InventoryEntryQueryModel,QuerySort<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.withSort(List<QuerySort<InventoryEntry>> sort) |
InventoryEntryQuery |
InventoryEntryQuery.withSort(QuerySort<InventoryEntry> sort) |
InventoryEntryQuery |
InventoryEntryQuery.withSortMulti(Function<InventoryEntryQueryModel,List<QuerySort<InventoryEntry>>> m) |