クラス AspectJTransactionManagementConfiguration

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

@Configuration @Role(2) public class AspectJTransactionManagementConfiguration extends AbstractTransactionManagementConfiguration
Spring 独自の Transactional アノテーションの AspectJ ベースのアノテーション駆動型トランザクション管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する @Configuration クラス。
導入:
3.1
作成者:
Chris Beams, Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • AspectJTransactionManagementConfiguration

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

    • transactionAspect

      @Bean(name="org.springframework.transaction.config.internalTransactionAspect") @Role(2) public org.springframework.transaction.aspectj.AnnotationTransactionAspect transactionAspect()