Summary
In this chapter, we have covered several approaches to developing, from scratch, a DAO layer or evolving the jOOQ-generated DAO layer in a Spring Boot and jOOQ application. Each of the presented applications can serve as a stub application for your own applications. Just choose the one that is suitable for you, replace the schema, and start developing.
In the next chapter, we'll use jOOQ to express a wide range of queries involving SELECT
, INSERT
, UPDATE
, and DELETE
.