Class ExecutableInsertByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ExecutableInsertByIdOperationSupport
- All Implemented Interfaces:
ExecutableInsertByIdOperation
public class ExecutableInsertByIdOperationSupport
extends Object
implements ExecutableInsertByIdOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation
ExecutableInsertByIdOperation.ExecutableInsertById<T>, ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdInScope<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>, ExecutableInsertByIdOperation.InsertByIdWithOptions<T>, ExecutableInsertByIdOperation.TerminatingInsertById<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExecutableInsertByIdOperationSupport
-
-
Method Details
-
insertById
Description copied from interface:ExecutableInsertByIdOperation
Insert using the KV service.- Specified by:
insertById
in interfaceExecutableInsertByIdOperation
- Parameters:
domainType
- the entity type to insert.
-