Interface ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
- Type Parameters:
T
- the entity type to upsert
- All Superinterfaces:
InCollection<Object>
,InScope<Object>
,OneAndAllEntityReactive<T>
,ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>
,ReactiveMutateInByIdOperation.MutateInByIdInScope<T>
,ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>
,ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>
,ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>
,ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>
,ReactiveMutateInByIdOperation.TerminatingMutateInById<T>
,WithDurability<T>
,WithExpiry<T>
,WithMutateInOptions<T>
,WithMutateInPaths<T>
- Enclosing interface:
- ReactiveMutateInByIdOperation
public static interface ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
extends ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>
Provides methods for constructing KV operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithExpiry
withExpiry
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPaths
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.TerminatingMutateInById
all, one