Interface ExecutableRemoveByQueryOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableRemoveByQueryOperationSupport
public interface ExecutableRemoveByQueryOperation
RemoveBy Query Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing query operations in a fluent way.static interface
Deprecated.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
Fluent method to specify options.static interface
Fluent methods to specify the querystatic interface
Terminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionremoveByQuery
(Class<T> domainType) Remove via the query service.
-
Method Details
-
removeByQuery
Remove via the query service.
-