How can I create reusable composable methods to be used in the middle of jooq queries?
How i can reused/compose part of a JOOQ query in a repository method? has a good answer for multiple queries that start the same way with different later components.
How to Convert Optional to a Fixed UUID Value for Nulls in jOOQ During INSERT Operations?
I am working with a database that handles null values very poorly. Instead of using nullable strings, I want to use a fixed, very rare value (essentially a UUID) as a placeholder for null.
Creating fully qualified column name in jooq/java
I am getting null with below syntax