Class MongoQueryExecution.GeoNearExecution
java.lang.Object
org.springframework.data.mongodb.repository.query.MongoQueryExecution.GeoNearExecution
- All Implemented Interfaces:
MongoQueryExecution
- Direct Known Subclasses:
MongoQueryExecution.PagingGeoNearExecution
- Enclosing interface:
MongoQueryExecution
public static class MongoQueryExecution.GeoNearExecution
extends Object
implements MongoQueryExecution
MongoQueryExecution to execute geo-near queries.- Author:
- Oliver Gierke
-
Nested Class Summary
Nested 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
ConstructorsConstructorDescriptionGeoNearExecution(ExecutableFindOperation.FindWithQuery<?> operation, MongoQueryMethod method, MongoParameterAccessor accessor) -
Method Summary
-
Constructor Details
-
GeoNearExecution
public GeoNearExecution(ExecutableFindOperation.FindWithQuery<?> operation, MongoQueryMethod method, MongoParameterAccessor accessor)
-
-
Method Details
-
execute
- Specified by:
executein interfaceMongoQueryExecution
-