程序包 org.springframework.boot.autoconfigure.jooq
package org.springframework.boot.autoconfigure.jooq
Auto-configuration for JOOQ.
-
类说明Callback 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.已过时, 待删除: 此 API 元素将从以后的版本中删除。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>)