Interface ExecutableMutateInByIdOperation.TerminatingMutateInById<T>
- All Superinterfaces:
OneAndAllEntity<T>
- All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>, ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>, ExecutableMutateInByIdOperation.MutateInByIdInScope<T>, ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>, ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>, ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>, ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>
- Enclosing interface:
ExecutableMutateInByIdOperation
public static interface ExecutableMutateInByIdOperation.TerminatingMutateInById<T>
extends OneAndAllEntity<T>
Terminating operations invoking the actual execution.
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
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
-