Interface ExecutableMutateInByIdOperation
- All Known Subinterfaces:
CouchbaseOperations,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate,ExecutableMutateInByIdOperationSupport
public interface ExecutableMutateInByIdOperation
Mutate In Operations
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing KV operations in a fluent way.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfacestatic interfaceFluent method to specify options.static interfacestatic interfaceTerminating operations invoking the actual execution. -
Method Summary
-
Method Details
-
mutateInById
Mutate using the KV service.- Parameters:
domainType- the entity type to mutate.
-