public static interface ExecutableUpdateOperation.UpdateWithQuery<T> extends ExecutableUpdateOperation.UpdateWithUpdate<T>
Update.| Modifier and Type | Method and Description |
|---|---|
default ExecutableUpdateOperation.UpdateWithUpdate<T> |
matching(CriteriaDefinition criteria)
Set the filter
criteria to be used. |
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.default ExecutableUpdateOperation.UpdateWithUpdate<T> matching(CriteriaDefinition criteria)
criteria to be used.criteria - must not be null.ExecutableUpdateOperation.UpdateWithUpdate.IllegalArgumentException - if query is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.