Interface ExecutableUpsertByIdOperation.TerminatingUpsertById<T>
- All Superinterfaces:
OneAndAllEntity<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
,ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
,ExecutableUpsertByIdOperation.UpsertByIdInScope<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
- Enclosing interface:
- ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.TerminatingUpsertById<T>
extends OneAndAllEntity<T>
Terminating operations invoking the actual execution.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends T>
all
(Collection<? extends T> objects) Insert a collection of entities.Upsert one entity.
-
Method Details
-
one
Upsert one entity.- Specified by:
one
in interfaceOneAndAllEntity<T>
- Returns:
- Upserted entity.
-
all
Insert a collection of entities.- Specified by:
all
in interfaceOneAndAllEntity<T>
- Returns:
- Inserted entities
-