Uses of Package
org.nuiton.util.pagination
Packages that use org.nuiton.util.pagination
Package
Description
This package contains all about pagination :
PaginationParameter to express the input pagination parameters when
preparing a query
PaginationOrder represents an order clause together with asc/desc
PaginationResult represents a list together with the pagination parameters
used to get the list of elements.-
Classes in org.nuiton.util.pagination used by org.nuiton.util.paginationClassDescriptionThis class represents an 'order' information : order clause and asc/descThis class represents the necessary information to do pagination (page number, size, ...).Class used to build an instance of PaginationParameter.Represents the result of a pagination request.