Package io.inversion.rql
Class Page<T extends Page,P extends Query>
java.lang.Object
io.inversion.rql.Builder<T,P>
io.inversion.rql.Page<T,P>
- Type Parameters:
T- the subclass of PageP- the subclass of Query
page(pageNum, [pageSize])
pageNum(pageNum, [pageSize])
offset(offset, [limit])
limit(limit, [offset])
pageSize(pageSize)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.inversion.rql.Builder
addTerm, clearFunctions, find, find, findAll, findInt, findTerm, getBuilders, getParent, getRoot, getTerms, isFunction, parse, r, removeBuilder, toString, toString, withBuilder, withFunctions, withFunctions, withParent, withTerm, withTerm, withTerm, withTerms
-
Field Details
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMIT- See Also:
-
-
Constructor Details
-
Page
-
-
Method Details
-
getOffset
public int getOffset() -
getAfter
-
getLimit
public int getLimit() -
getPageSize
public int getPageSize() -
getPage
public int getPage() -
getPageNum
public int getPageNum()
-