T - the entity type to use for the results.public static interface ExecutableFindByQueryOperation.FindByQueryWithQuery<T> extends ExecutableFindByQueryOperation.TerminatingFindByQuery<T>, WithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByQueryOperation.TerminatingFindByQuery<T> |
matching(Query query)
Set the filter for the query to be used.
|
default ExecutableFindByQueryOperation.TerminatingFindByQuery<T> |
matching(QueryCriteriaDefinition criteria)
Set the filter
criteria to be used. |
all, count, exists, first, firstValue, one, oneValue, streamExecutableFindByQueryOperation.TerminatingFindByQuery<T> matching(Query query)
matching in interface WithQuery<T>query - must not be null.IllegalArgumentException - if query is null.default ExecutableFindByQueryOperation.TerminatingFindByQuery<T> matching(QueryCriteriaDefinition criteria)
criteria to be used.matching in interface WithQuery<T>criteria - must not be null.ExecutableFindByQueryOperation.ExecutableFindByQuery.IllegalArgumentException - if criteria is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.