Interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>, ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, InCollection<T>, OneAndAllEntity<T>, WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>, ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-