public static interface ExecutableFindOperation.FindWithCollection<T> extends ExecutableFindOperation.FindWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindOperation.FindWithProjection<T> |
inCollection(String collection)
Explicitly set the name of the collection to perform the query on.
|
matching, nearall, count, exists, first, firstValue, one, oneValue, streamExecutableFindOperation.FindWithProjection<T> inCollection(String collection)
collection - must not be null nor empty.ExecutableFindOperation.FindWithProjection.IllegalArgumentException - if collection is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.