Class ExecutableUpsertByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ExecutableUpsertByIdOperationSupport
- All Implemented Interfaces:
ExecutableUpsertByIdOperation
public class ExecutableUpsertByIdOperationSupport
extends Object
implements ExecutableUpsertByIdOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>, ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExecutableUpsertByIdOperationSupport
-
-
Method Details
-
upsertById
Description copied from interface:ExecutableUpsertByIdOperation
Upsert using the KV service.- Specified by:
upsertById
in interfaceExecutableUpsertByIdOperation
- Parameters:
domainType
- the entity type to upsert.
-