Interface ExecutableInsertByIdOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableInsertByIdOperationSupport
public interface ExecutableInsertByIdOperation
Insert Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing KV insert operations in a fluent way.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.static interface
Terminating operations invoking the actual execution. -
Method Summary
-
Method Details
-
insertById
Insert using the KV service.- Parameters:
domainType
- the entity type to insert.
-