Interface ExecutableUpsertByIdOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableUpsertByIdOperationSupport
public interface ExecutableUpsertByIdOperation
Insert Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing KV operations in a fluent way.static interface
Terminating operations invoking the actual execution.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
static interface
Fluent method to specify options. -
Method Summary
-
Method Details
-
upsertById
Upsert using the KV service.- Parameters:
domainType
- the entity type to upsert.
-