Yes! I have read the docs about
- jOOQ will never commit or rollback on the Connection (Except for CSV-imports, if explicitly configured in the Import API)
- jOOQ will never start any transactions.
- ...
but when I need some transaction management, what is the best practice to do this?
Have I said that I'm a big fan of a way of JOOQ!