public static interface ExecutableFindOperation.FindWithQuery<T> extends ExecutableFindOperation.TerminatingFind<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindOperation.TerminatingFind<T> |
matching(Query query)
Set the filter query to be used.
|
ExecutableFindOperation.TerminatingFindNear<T> |
near(NearQuery nearQuery)
Set the filter query for the geoNear execution.
|
all, count, exists, first, firstValue, one, oneValue, streamExecutableFindOperation.TerminatingFind<T> matching(Query query)
query - must not be null.ExecutableFindOperation.TerminatingFind.IllegalArgumentException - if query is null.ExecutableFindOperation.TerminatingFindNear<T> near(NearQuery nearQuery)
nearQuery - must not be null.ExecutableFindOperation.TerminatingFindNear.IllegalArgumentException - if nearQuery is null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.