Class MongoQueryExecution.PagingGeoNearExecution

java.lang.Object
org.springframework.data.mongodb.repository.query.MongoQueryExecution.GeoNearExecution
org.springframework.data.mongodb.repository.query.MongoQueryExecution.PagingGeoNearExecution
All Implemented Interfaces:
MongoQueryExecution
Enclosing interface:
MongoQueryExecution

public static final class MongoQueryExecution.PagingGeoNearExecution extends MongoQueryExecution.GeoNearExecution
MongoQueryExecution to execute geo-near queries with paging.
Author:
Oliver Gierke, Mark Paluch