Interface ReactiveUpsertOperation.TerminatingUpsert<T>

All Known Subinterfaces:
ReactiveUpsertOperation.ReactiveUpsert<T>, ReactiveUpsertOperation.UpsertWithTable<T>
Enclosing interface:
ReactiveUpsertOperation

public static interface ReactiveUpsertOperation.TerminatingUpsert<T>
Trigger UPSERT execution by calling one of the terminating methods.
Since:
4.1
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    one(T object)
    Upsert exactly one Object.