In this lesson, we are going to compare jOOQ with JDBC. JDBC has often been criticized for being verbose. JDBC is also criticized for having chosen the wrong “defaults”, e.g. the default to lazy materialization of result sets.
We’ll see how jOOQ improves on the criticisms around checked exceptions, result sets, Prepared statements and Statements with result sets.