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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing query operations in a fluent way.static interfaceDeprecated.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfaceFluent method to specify options.static interfaceFluent methods to specify the querystatic interfaceTerminating 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.
-