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.

@FunctionalInterface public interface MongoQueryExecution
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
  • Method Details