Interface ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
- Type Parameters:
T
- the entity type to replace
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>
,ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
,ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
,ExecutableReplaceByIdOperation.TerminatingReplaceById<T>
,InCollection<T>
,InScope<T>
,OneAndAllEntity<T>
,WithDurability<T>
,WithExpiry<T>
,WithReplaceOptions<T>
- Enclosing interface:
- ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
Provides methods for constructing KV replace operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry
withExpiry
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one