public static interface ReactiveFindByQueryOperation.FindByQueryInCollection<T> extends ReactiveFindByQueryOperation.FindByQueryWithQuery<T>, WithCollection<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByQueryOperation.FindByQueryWithQuery<T> |
inCollection(String collection)
Explicitly set the name of the collection to perform the query on.
|
matching, matchingReactiveFindByQueryOperation.FindByQueryWithQuery<T> inCollection(String collection)
inCollection in interface WithCollection<T>collection - must not be null nor empty.ReactiveFindByQueryOperation.FindByQueryWithProjection.IllegalArgumentException - if collection is null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.