Interface ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
- Type Parameters:
T- the entity type to replace
- All Superinterfaces:
InCollection<Object>,InScope<Object>,OneAndAllEntityReactive<T>,ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>,ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>,ReactiveReplaceByIdOperation.TerminatingReplaceById<T>,WithDurability<T>,WithExpiry<T>,WithReplaceOptions<RemoveResult>
- Enclosing interface:
- ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
extends ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
Provides methods for constructing KV replace operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurabilityMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry
withExpiryMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one