Interface ExecutableRemoveByIdOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableRemoveByIdOperationSupport
public interface ExecutableRemoveByIdOperation
Remove Operations on KV service.
- Since:
- 2.0
- Author:
- Christoph Strobl, Michael Reiche
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing remove 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
Modifier and TypeMethodDescriptionDeprecated.removeById
(Class<?> domainType) Removes a document.
-
Method Details
-
removeById
Removes a document. -
removeById
Deprecated.Removes a document.
-