WIP Integrate jOOQ Codegen
Closes #129
Starts integration of jOOQ into the codebase.
Goals
- Generate database code using jooq-codegen
- Deprecate QueryDSL data access objects
- Replace one off queries with jOOQ (not handing CRUD this patch)
Closes #129
Starts integration of jOOQ into the codebase.
Goals