Class Pagination
java.lang.Object
ch.tocco.nice2.persist.core.api.query.Pagination
Object which represents the offset and limit of a db query.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanactive()booleanintgetLimit()intinthashCode()static PaginationnoLimit()static Paginationof(int offset, int limit) static PaginationwithLimit(int limit)
-
Method Details
-
of
-
withLimit
-
noLimit
-
getOffset
public int getOffset() -
getLimit
public int getLimit() -
active
public boolean active() -
equals
-
hashCode
-