クラス TransactionManagementConfigurationSelector

java.lang.ObjectSE
org.springframework.context.annotation.AdviceModeImportSelector<EnableTransactionManagement>
org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
実装されたすべてのインターフェース:
ImportSelector

public class TransactionManagementConfigurationSelector extends AdviceModeImportSelector<EnableTransactionManagement>
インポートする @Configuration クラスの EnableTransactionManagement.mode() の値に基づいて、使用する AbstractTransactionManagementConfiguration の実装を選択します。
導入:
3.1
作成者:
Chris Beams, Juergen Hoeller
関連事項: