Interface ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>,ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>,ExecutableUpsertByIdOperation.UpsertByIdInScope<T>,ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>,ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>,InCollection<T>,InScope<T>,OneAndAllEntity<T>,WithDurability<T>,WithExpiry<T>,WithUpsertOptions<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
- Enclosing interface:
- ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
extends ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, WithExpiry<T>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
withDurability, withDurabilityMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
withExpiry
- Specified by:
withExpiryin interfaceWithExpiry<T>
-