Pagination
Paging entities with or without filters.
To simplify pagination there is the pageBy
method operator. This enables the pagination of individual repositories. In addition to the dynamic method operator, there is also the pageAll
method, which works without a filter.
A pageBy
method must always have a pagination
object as the last parameter, where the properties of the pagination are set. The Pagination
object cannot be used in any other method operator.
Example of the dynamic pageBy
method
Example usage of pagination methods
Last updated