Interface ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>
- All Superinterfaces:
ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>
,ExecutableMutateInByIdOperation.MutateInByIdInScope<T>
,ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>
,ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>
,ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>
,ExecutableMutateInByIdOperation.TerminatingMutateInById<T>
,InCollection<Object>
,InScope<Object>
,OneAndAllEntity<T>
,WithDurability<T>
,WithExpiry<T>
,WithMutateInOptions<T>
,WithMutateInPaths<T>
- All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>
- Enclosing interface:
- ExecutableMutateInByIdOperation
public static interface ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>
extends ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>, WithExpiry<T>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPaths
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
withExpiry
- Specified by:
withExpiry
in interfaceWithExpiry<T>
-