Module spring.data.cassandra
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-Queryused as a filter in the update; must not be null.- Returns:
- new instance of
ReactiveUpdateOperation.TerminatingUpdate. - Throws:
IllegalArgumentException- ifQueryis null.- See Also:
-