クラス ProxyTransactionManagementConfiguration

java.lang.ObjectSE
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
実装されたすべてのインターフェース:
AwareImportAware

@Configuration(proxyBeanMethods=false) @Role(2) @ImportRuntimeHints(org.springframework.transaction.annotation.TransactionRuntimeHints.class) public class ProxyTransactionManagementConfiguration extends AbstractTransactionManagementConfiguration
プロキシベースのアノテーション駆動型トランザクション管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する @Configuration クラス。
導入:
3.1
作成者:
Chris Beams, Sebastien Deleuze
関連事項: