Interface MongoQueryExecution
- All Known Implementing Classes:
MongoQueryExecution.DeleteExecution, MongoQueryExecution.GeoNearExecution, MongoQueryExecution.PagedExecution, MongoQueryExecution.PagingGeoNearExecution, MongoQueryExecution.SlicedExecution, MongoQueryExecution.UpdateExecution, MongoQueryExecution.VectorSearchExecution
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Set of classes to contain query execution strategies. Depending (mostly) on the return type of a
QueryMethod a AbstractMongoQuery can be executed in various
flavors.- Author:
- Oliver Gierke, Mark Paluch, Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classMongoQueryExecutionremoving documents matching the query.static classMongoQueryExecutionto execute geo-near queries.static final classMongoQueryExecutionfor pagination queries.static final classMongoQueryExecutionto execute geo-near queries with paging.static final classMongoQueryExecutionforSlicequery methods.static final classMongoQueryExecutionupdating documents matching the query.static classMongoQueryExecutionto execute vector search. -
Method Summary
-
Method Details
-
execute
-