Interface ExecutableReplaceByIdOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableReplaceByIdOperationSupport
public interface ExecutableReplaceByIdOperation
Replace Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing KV replace 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
-
replaceById
Replace using the KV service.- Parameters:
domainType
- the entity type to replace.
-