Interface ExecutableReplaceByIdOperation.TerminatingReplaceById<T>
- All Superinterfaces:
OneAndAllEntity<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>, ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>, ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
- Enclosing interface:
ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.TerminatingReplaceById<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) Replace a collection of entities.Replace one entity.
-
Method Details
-
one
Replace one entity.- Specified by:
onein interfaceOneAndAllEntity<T>- Returns:
- Replaced entity.
-
all
Replace a collection of entities.- Specified by:
allin interfaceOneAndAllEntity<T>- Returns:
- Replaced entities
-