Class JooqExceptionTranslatorProvider

java.lang.Object
io.micronaut.configuration.jooq.spring.JooqExceptionTranslatorProvider
All Implemented Interfaces:
ExecuteListenerProvider

@Requires(classes=org.springframework.jdbc.support.SQLExceptionTranslator.class) @EachBean(javax.sql.DataSource.class) public class JooqExceptionTranslatorProvider extends Object implements ExecuteListenerProvider
Allows SQLExceptionTranslator to be used with JOOQ.
Since:
1.2.0
Author:
Vladimir Kulev