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
Constructors -
Method Summary
-
Constructor Details
-
ExecutableUpsertByIdOperationSupport
-
-
Method Details
-
upsertById
Description copied from interface:ExecutableUpsertByIdOperationUpsert using the KV service.- Specified by:
upsertByIdin interfaceExecutableUpsertByIdOperation- Parameters:
domainType- the entity type to upsert.
-