Interface ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
- Type Parameters:
T
- the entity type to upsert
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>
,ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
,ExecutableUpsertByIdOperation.UpsertByIdInScope<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
,ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
,InCollection<T>
,InScope<T>
,OneAndAllEntity<T>
,WithDurability<T>
,WithExpiry<T>
,WithUpsertOptions<T>
- Enclosing interface:
- ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
extends ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
Provides methods for constructing KV operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
all, one
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithExpiry
withExpiry
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
withOptions