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.See: Description
| Class | Description |
|---|---|
| PaginationOrder |
This class represents an 'order' information : order clause and asc/desc
|
| PaginationParameter |
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.
|
PaginationParameter to express the input pagination parameters when
preparing a queryPaginationOrder represents an order clause together with asc/descPaginationResult represents a list together with the pagination parameters
used to get the list of elements. It also contains methods to navigate throw the other pagesCopyright © 2004–2020 CodeLutin. All rights reserved.