接口 PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager>

  • 类型参数:
    T - The transaction manager type
    所有已知实现类:
    TransactionProperties

    public interface PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager>
    Callback interface that can be implemented by beans wishing to customize PlatformTransactionManagers whilst retaining default auto-configuration.
    从以下版本开始:
    1.5.0
    • 方法详细资料

      • customize

        void customize​(T transactionManager)
        Customize the given transaction manager.
        参数:
        transactionManager - the transaction manager to customize