Class MongoQueryExecution.PagedExecution<T>

java.lang.Object
org.springframework.data.mongodb.repository.query.MongoQueryExecution.PagedExecution<T>
All Implemented Interfaces:
MongoQueryExecution
Enclosing interface:
MongoQueryExecution

public static final class MongoQueryExecution.PagedExecution<T> extends Object implements MongoQueryExecution
MongoQueryExecution for pagination queries.
Author:
Oliver Gierke, Mark Paluch, Christoph Strobl