Reader small image

You're reading from  jOOQ Masterclass

Product typeBook
Published inAug 2022
Reading LevelBeginner
PublisherPackt
ISBN-139781800566897
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Anghel Leonard
Anghel Leonard
author image
Anghel Leonard

Anghel Leonard is a Chief Technology Strategist and independent consultant with 20+ years of experience in the Java ecosystem. In daily work, he is focused on architecting and developing Java distributed applications that empower robust architectures, clean code, and high-performance. Also passionate about coaching, mentoring and technical leadership. He is the author of several books, videos and dozens of articles related to Java technologies.
Read more about Anghel Leonard

Right arrow

Summary

This was a relatively short chapter about pagination and dynamic queries. As you saw, jOOQ excels on both topics and provides support and APIs that allow us to intuitively and quickly implement the simplest to the most complex scenarios. In the first part of this chapter, we covered offset and keyset pagination (including infinite scrolling, the fancy DENSE_RANK(), and the ROW_NUMBER() approach). In the second part, we covered dynamic queries, including the ternary operator, the Comparator API, the SelectQuery, InsertQuery, UpdateQuery, and DeleteQuery APIs, and their respective generic and functional dynamic queries.

In the next chapter, we will talk about exploiting SQL functions.

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
jOOQ Masterclass
Published in: Aug 2022Publisher: PacktISBN-13: 9781800566897

Author (1)

author image
Anghel Leonard

Anghel Leonard is a Chief Technology Strategist and independent consultant with 20+ years of experience in the Java ecosystem. In daily work, he is focused on architecting and developing Java distributed applications that empower robust architectures, clean code, and high-performance. Also passionate about coaching, mentoring and technical leadership. He is the author of several books, videos and dozens of articles related to Java technologies.
Read more about Anghel Leonard