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