Interface ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>,OneAndAllEntityReactive<T>,ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>,ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>,ReactiveMutateInByIdOperation.TerminatingMutateInById<T>,WithMutateInOptions<T>,WithMutateInPaths<T>
- All Known Subinterfaces:
ReactiveMutateInByIdOperation.MutateInByIdInScope<T>,ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>,ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>,ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
- Enclosing interface:
- ReactiveMutateInByIdOperation
public static interface ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>
extends ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-