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