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