StateQuery |
StateQueryBuilder.build() |
default StateQuery |
StateQuery.byKey(String key) |
static StateQuery |
StateQuery.of() |
StateQuery |
StateQuery.plusExpansionPaths(Function<StateExpansionModel<State>,ExpansionPathContainer<State>> m) |
StateQuery |
StateQuery.plusPredicates(Function<StateQueryModel,QueryPredicate<State>> m) |
StateQuery |
StateQuery.plusPredicates(List<QueryPredicate<State>> queryPredicates) |
StateQuery |
StateQuery.plusPredicates(QueryPredicate<State> queryPredicate) |
StateQuery |
StateQuery.plusSort(Function<StateQueryModel,QuerySort<State>> m) |
StateQuery |
StateQuery.plusSort(List<QuerySort<State>> sort) |
StateQuery |
StateQuery.plusSort(QuerySort<State> sort) |
StateQuery |
StateQuery.withExpansionPaths(Function<StateExpansionModel<State>,ExpansionPathContainer<State>> m) |
StateQuery |
StateQuery.withFetchTotal(boolean fetchTotal) |
StateQuery |
StateQuery.withLimit(Long limit) |
StateQuery |
StateQuery.withOffset(Long offset) |
StateQuery |
StateQuery.withPredicates(Function<StateQueryModel,QueryPredicate<State>> predicateFunction) |
StateQuery |
StateQuery.withPredicates(List<QueryPredicate<State>> queryPredicates) |
StateQuery |
StateQuery.withPredicates(QueryPredicate<State> queryPredicate) |
StateQuery |
StateQuery.withSort(Function<StateQueryModel,QuerySort<State>> m) |
StateQuery |
StateQuery.withSort(List<QuerySort<State>> sort) |
StateQuery |
StateQuery.withSort(QuerySort<State> sort) |
StateQuery |
StateQuery.withSortMulti(Function<StateQueryModel,List<QuerySort<State>>> m) |