Class PagingAndSortingQuery

java.lang.Object
org.neo4j.ogm.cypher.query.PagingAndSortingQuery
All Implemented Interfaces:
PagingAndSorting

public class PagingAndSortingQuery extends Object implements PagingAndSorting
Extends CypherQuery with additional functionality for Paging and Sorting. Only used by queries that return actual nodes and/or relationships from the graph. Other queries just use CypherQuery
Author:
Vince Bickers