Module spring.data.r2dbc
Interface ReactiveUpdateOperation.TerminatingUpdate
- All Known Subinterfaces:
ReactiveUpdateOperation.ReactiveUpdate,ReactiveUpdateOperation.UpdateWithQuery,ReactiveUpdateOperation.UpdateWithTable
- Enclosing interface:
- ReactiveUpdateOperation
public static interface ReactiveUpdateOperation.TerminatingUpdate
Trigger
UPDATE execution by calling one of the terminating methods.-
Method Summary
-
Method Details
-
apply
reactor.core.publisher.Mono<Long> apply(org.springframework.data.relational.core.query.Update update) Update all matching rows in the table.- Returns:
- the number of affected rows by the update; never null.
- See Also:
-
Mono
-