Enum クラスの使用箇所
org.springframework.context.annotation.AdviceMode
パッケージ
説明
宣言的なキャッシュ管理のためのアノテーションとサポートクラス。
JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。
非同期メソッド実行のアノテーションサポート。
Spring のアノテーションベースのトランザクション境界のサポート。
org.springframework.cache.annotation 内の AdviceMode 使用
修飾子と型メソッド説明StringSE[]
CachingConfigurationSelector.selectImports
(AdviceMode adviceMode) EnableCaching.mode()
のPROXY
およびASPECTJ
値に対して、それぞれProxyCachingConfiguration
またはAspectJCachingConfiguration
を返します。org.springframework.context.annotation 内の AdviceMode 使用
修飾子と型メソッド説明static AdviceMode
指定された名前でこのクラスの列挙型定数を返します。static AdviceMode[]
AdviceMode.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。修飾子と型メソッド説明protected abstract StringSE[]
AdviceModeImportSelector.selectImports
(AdviceMode adviceMode) 指定されたAdviceMode
に基づいて、インポートするクラスを決定します。org.springframework.scheduling.annotation 内の AdviceMode 使用
修飾子と型メソッド説明StringSE[]
AsyncConfigurationSelector.selectImports
(AdviceMode adviceMode) EnableAsync.mode()
のPROXY
およびASPECTJ
値に対して、それぞれProxyAsyncConfiguration
またはAspectJAsyncConfiguration
を返します。org.springframework.transaction.annotation 内の AdviceMode 使用
修飾子と型メソッド説明protected StringSE[]
TransactionManagementConfigurationSelector.selectImports
(AdviceMode adviceMode) EnableTransactionManagement.mode()
のPROXY
およびASPECTJ
値に対して、それぞれProxyTransactionManagementConfiguration
またはAspectJ(Jta)TransactionManagementConfiguration
を返します。