Module spring.data.cassandra
Interface ReactiveUpdateOperation.TerminatingUpdate
- Enclosing interface:
- ReactiveUpdateOperation
public static interface ReactiveUpdateOperation.TerminatingUpdate
Trigger
UPDATE execution by calling one of the terminating methods.-
Method Summary
Modifier and TypeMethodDescriptionUpdate all matching rows in the table.
-
Method Details
-
apply
Update all matching rows in the table.- Returns:
- the
WriteResultof the update; never null. - See Also:
-