Class ReactiveInsertByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ReactiveInsertByIdOperationSupport
- All Implemented Interfaces:
ReactiveInsertByIdOperation
public class ReactiveInsertByIdOperationSupport
extends Object
implements ReactiveInsertByIdOperation
ReactiveInsertByIdOperation
implementations for Couchbase.- Author:
- Michael Reiche, Tigran Babloyan
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation
ReactiveInsertByIdOperation.InsertByIdInCollection<T>, ReactiveInsertByIdOperation.InsertByIdInScope<T>, ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>, ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.ReactiveInsertById<T>, ReactiveInsertByIdOperation.TerminatingInsertById<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReactiveInsertByIdOperationSupport
-
-
Method Details
-
insertById
Description copied from interface:ReactiveInsertByIdOperation
Insert using the KV service.- Specified by:
insertById
in interfaceReactiveInsertByIdOperation
- Parameters:
domainType
- the entity type to insert.
-