Interface ReactiveUpdateOperation.UpdateWithQuery
- All Known Subinterfaces:
ReactiveUpdateOperation.ReactiveUpdate
- Enclosing interface:
- ReactiveUpdateOperation
public static interface ReactiveUpdateOperation.UpdateWithQuery
-
Method Summary
-
Method Details
-
matching
Filter rows to update by the givenQuery
.- Parameters:
query
-Query
used as a filter in the update; must not be null.- Returns:
- new instance of
ReactiveUpdateOperation.TerminatingUpdate
. - Throws:
IllegalArgumentException
- ifQuery
is null.- See Also:
-