Uses of Interface
org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener
Packages that use ExceptionTranslatorExecuteListener
-
Uses of ExceptionTranslatorExecuteListener in org.springframework.boot.autoconfigure.jooq
Fields in org.springframework.boot.autoconfigure.jooq declared as ExceptionTranslatorExecuteListenerModifier and TypeFieldDescriptionstatic final ExceptionTranslatorExecuteListener
ExceptionTranslatorExecuteListener.DEFAULT
DefaultExceptionTranslatorExecuteListener
suitable for most applications.Methods in org.springframework.boot.autoconfigure.jooq that return ExceptionTranslatorExecuteListenerModifier and TypeMethodDescriptionJooqAutoConfiguration.jooqExceptionTranslator()
ExceptionTranslatorExecuteListener.of
(Function<org.jooq.ExecuteContext, SQLExceptionTranslator> translatorFactory) Creates a newExceptionTranslatorExecuteListener
backed by anSQLExceptionTranslator
.Methods in org.springframework.boot.autoconfigure.jooq with parameters of type ExceptionTranslatorExecuteListenerModifier and TypeMethodDescriptionorg.jooq.impl.DefaultExecuteListenerProvider
JooqAutoConfiguration.jooqExceptionTranslatorExecuteListenerProvider
(ExceptionTranslatorExecuteListener exceptionTranslatorExecuteListener)