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 TypeMethodDescriptionboolean
active()
boolean
int
getLimit()
int
int
hashCode()
static Pagination
noLimit()
static Pagination
of
(int offset, int limit) static Pagination
withLimit
(int limit)