接口 TransactionManagerCustomizer<T extends TransactionManager>

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

public interface TransactionManagerCustomizer<T extends TransactionManager>
Callback interface that can be implemented by beans wishing to customize TransactionManagers while retaining default auto-configuration.
从以下版本开始:
3.2.0
作者:
Andy Wilkinson
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    customize(T transactionManager)
    Customize the given transaction manager.
  • 方法详细资料

    • customize

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