Lukas Eder 9 months ago
I keep seeing "hot" takes that instead of using jOOQ's DSL, people should just use native SQL.
That's just a silly false dichotomy. jOOQ *encourages* you to create views, stored procedures, plain SQL templates, etc.
Use the DSL where it works best for you *in addition* to native SQL!