Executing Simple SQL Select Statements With jOOQ [Video]

What Are You Going to Learn?

It is time for you to learn how to write and execute SELECT statements with jOOQ. As always, there's several ways, from something similar to JPA's 'native queries' to using jOOQs auto-generated classes.

By the end of this episode, you'll know how to create a so-called DSLContext and issue said queries.