Class MongoQueryExecution.DeleteExecution<T>

java.lang.Object
org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution<T>
All Implemented Interfaces:
MongoQueryExecution
Enclosing interface:
MongoQueryExecution

public static final class MongoQueryExecution.DeleteExecution<T> extends Object implements MongoQueryExecution
MongoQueryExecution removing documents matching the query.
Since:
1.5
Author:
Oliver Gierke, Mark Paluch, Artyom Gabeev, Christoph Strobl