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