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