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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface MongoQueryExecution
MongoQueryExecution.DeleteExecution<T>, MongoQueryExecution.GeoNearExecution, MongoQueryExecution.PagedExecution<T>, MongoQueryExecution.PagingGeoNearExecution, MongoQueryExecution.SlicedExecution<T>, MongoQueryExecution.UpdateExecution, MongoQueryExecution.VectorSearchExecution -
Constructor Summary
ConstructorsConstructorDescriptionDeleteExecution(ExecutableRemoveOperation.ExecutableRemove<T> remove, MongoQueryExecution.DeleteExecution.Type type) DeleteExecution(ExecutableRemoveOperation.ExecutableRemove<T> remove, QueryMethod queryMethod) -
Method Summary
-
Constructor Details
-
DeleteExecution
public DeleteExecution(ExecutableRemoveOperation.ExecutableRemove<T> remove, QueryMethod queryMethod) -
DeleteExecution
public DeleteExecution(ExecutableRemoveOperation.ExecutableRemove<T> remove, MongoQueryExecution.DeleteExecution.Type type)
-
-
Method Details
-
execute
- Specified by:
executein interfaceMongoQueryExecution
-