Interface ReactiveUpsertByIdOperation.TerminatingUpsertById<T>
- All Superinterfaces:
OneAndAllEntityReactive<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, ReactiveUpsertByIdOperation.UpsertByIdInScope<T>, ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>, ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>, ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>
- Enclosing interface:
ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.TerminatingUpsertById<T>
extends OneAndAllEntityReactive<T>
Terminating operations invoking the actual execution.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
one
-
all
Insert a collection of entities.- Specified by:
allin interfaceOneAndAllEntityReactive<T>- Returns:
- Inserted entities
-