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