Chapter 12: Pagination and Dynamic Queries
In this chapter, we'll talk about pagination and dynamic queries in jOOQ, two topics that work hand in hand in a wide range of applications to paginate and filter lists of products, items, images, posts, articles, and so on.
In this chapter, we will be covering the following topics:
- jOOQ offset pagination
- jOOQ keyset pagination
- Writing dynamic queries
- Infinite scrolling and dynamic filters
Let's get started!