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

  • 类型参数:
    T - the transaction manager type
    所有已知实现类:
    TransactionProperties
    函数接口:
    这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

    @FunctionalInterface
    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