Interface ExecutableInsertByIdOperation.TerminatingInsertById<T>
- All Superinterfaces:
OneAndAllEntity<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>
,ExecutableInsertByIdOperation.InsertByIdInCollection<T>
,ExecutableInsertByIdOperation.InsertByIdInScope<T>
,ExecutableInsertByIdOperation.InsertByIdWithDurability<T>
,ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
,ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
- Enclosing interface:
- ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.TerminatingInsertById<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.Insert one entity.
-
Method Details
-
one
Insert one entity.- Specified by:
one
in interfaceOneAndAllEntity<T>
- Returns:
- Inserted entity.
-
all
Insert a collection of entities.- Specified by:
all
in interfaceOneAndAllEntity<T>
- Returns:
- Inserted entities
-