Auto-configure jOOQ with TransactionListenerProvider

Closes gh-13331
This commit is contained in:
Dmytro Nosan
2018-06-01 21:01:44 +03:00
committed by Stephane Nicoll
parent 0df37b917b
commit 20003489be
3 changed files with 28 additions and 3 deletions

View File

@@ -3777,6 +3777,7 @@ following jOOQ Types:
* `RecordListenerProvider`
* `ExecuteListenerProvider`
* `VisitListenerProvider`
* `TransactionListenerProvider`
You can also create your own `org.jooq.Configuration` `@Bean` if you want to take
complete control of the jOOQ configuration.