Package org.nuiton.util.pagination
This package contains all about pagination :
PaginationParameterto express the input pagination parameters when preparing a queryPaginationOrderrepresents an order clause together with asc/descPaginationResultrepresents a list together with the pagination parameters used to get the list of elements. It also contains methods to navigate throw the other pages
-
Class Summary Class Description PaginationOrder This class represents an 'order' information : order clause and asc/descPaginationParameter This class represents the necessary information to do pagination (page number, size, ...).PaginationParameter.PaginationParameterBuilder Class used to build an instance of PaginationParameter.PaginationResult<O> Represents the result of a pagination request.