クラス AbstractTransactionManagementConfiguration

java.lang.ObjectSE
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
実装されたすべてのインターフェース:
AwareImportAware
既知の直属サブクラス
AspectJTransactionManagementConfigurationProxyTransactionManagementConfiguration

@Configuration public abstract class AbstractTransactionManagementConfiguration extends ObjectSE implements ImportAware
Spring のアノテーション駆動のトランザクション管理機能を有効にするための共通構造を提供する抽象ベース @Configuration クラス。
導入:
3.1
作成者:
Chris Beams, Stephane Nicoll
関連事項:
  • フィールドの詳細

  • コンストラクターの詳細

    • AbstractTransactionManagementConfiguration

      public AbstractTransactionManagementConfiguration()
  • メソッドの詳細

    • setImportMetadata

      public void setImportMetadata(AnnotationMetadata importMetadata)
      インターフェースからコピーされた説明: ImportAware
      インポートする @Configuration クラスのアノテーションメタデータを設定します。
      次で指定:
      インターフェース ImportAwaresetImportMetadata 
    • transactionalEventListenerFactory

      @Bean(name="org.springframework.transaction.config.internalTransactionalEventListenerFactory") @Role(2) public static TransactionalEventListenerFactory transactionalEventListenerFactory()