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
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry
withExpiry
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one