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.
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one