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

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Long>
    apply(org.springframework.data.relational.core.query.Update update)
    Update all matching rows in the table.
  • 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