public static interface ExecutableUpdateOperation.UpdateWithQuery<T> extends ExecutableUpdateOperation.UpdateWithUpdate<T>
Update.| Modifier and Type | Method and Description |
|---|---|
ExecutableUpdateOperation.UpdateWithUpdate<T> |
matching(Query query)
Filter documents by given query.
|
apply, replaceWithExecutableUpdateOperation.UpdateWithUpdate<T> matching(Query query)
query - must not be null.ExecutableUpdateOperation.UpdateWithQuery.IllegalArgumentException - if query is null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.