The Many Different Ways to Fetch Data in jOOQ – Java, SQL and jOOQ.

The jOOQ API is all about convenience, and as such, an important operation (the most important one?) like fetch() must come with convenience, too. The default way to fetch data is this: ...