Interface ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>,ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>,ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>,ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>,ExecutableReplaceByIdOperation.TerminatingReplaceById<T>,InCollection<T>,InScope<T>,OneAndAllEntity<T>,WithDurability<T>,WithExpiry<T>,WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
- Enclosing interface:
- ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>, WithExpiry<T>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurabilityMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withExpiry
- Specified by:
withExpiryin interfaceWithExpiry<T>
-