Interface ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>, ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, InCollection<T>, InScope<T>, OneAndAllEntity<T>, WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
inScope
-