Package org.springframework.boot.autoconfigure.jooq
package org.springframework.boot.autoconfigure.jooq
Auto-configuration for JOOQ.
-
ClassDescriptionCallback interface that can be implemented by beans wishing to customize the
DefaultConfiguration
whilst retaining default auto-configuration.AnExecuteListener
used by the auto-configuredDefaultExecuteListenerProvider
to translate exceptions in theExecuteContext
.Auto-configuration
for JOOQ.Deprecated, for removal: This API element is subject to removal in a future version.Configuration properties for the JOOQ database library.Allows Spring Transaction to be used with JOOQ.
ExceptionTranslatorExecuteListener.DEFAULT
orExceptionTranslatorExecuteListener.of(java.util.function.Function<org.jooq.ExecuteContext, org.springframework.jdbc.support.SQLExceptionTranslator>)