Interface ReactiveUpsertByIdOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate,ReactiveUpsertByIdOperationSupport
public interface ReactiveUpsertByIdOperation
Upsert Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing KV operations in a fluent way.static interfaceTerminating operations invoking the actual execution.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfacestatic interfaceFluent method to specify options. -
Method Summary
-
Method Details
-
upsertById
Upsert using the KV service.- Parameters:
domainType- the entity type to upsert.
-