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.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
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:
onein interfaceOneAndAllEntity<T>- Returns:
- Inserted entity.
-
all
Insert a collection of entities.- Specified by:
allin interfaceOneAndAllEntity<T>- Returns:
- Inserted entities
-