Map jooq records to Immutables
There is a nice option of automatically, typesafe map jooq result to Java POJO e.g. using Java 16 records described here
There is a nice option of automatically, typesafe map jooq result to Java POJO e.g. using Java 16 records described here