public static interface ReactiveUpdateOperation.UpdateWithQuery<T> extends ReactiveUpdateOperation.UpdateWithUpdate<T>
Update (optional).| Modifier and Type | Method and Description |
|---|---|
default ReactiveUpdateOperation.UpdateWithUpdate<T> |
matching(CriteriaDefinition criteria)
Set the filter
criteria to be used. |
ReactiveUpdateOperation.UpdateWithUpdate<T> |
matching(Query query)
Filter documents by given query.
|
apply, replaceWithReactiveUpdateOperation.UpdateWithUpdate<T> matching(Query query)
query - must not be null.ReactiveUpdateOperation.UpdateWithQuery. Never null.IllegalArgumentException - if query is null.default ReactiveUpdateOperation.UpdateWithUpdate<T> matching(CriteriaDefinition criteria)
criteria to be used.criteria - must not be null.ReactiveUpdateOperation.UpdateWithUpdate.IllegalArgumentException - if query is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.