Uses of Class
org.springframework.context.annotation.AdviceModeImportSelector
Packages that use AdviceModeImportSelector Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.Uses of AdviceModeImportSelector in org.springframework.cache.annotation
Subclasses of AdviceModeImportSelector in org.springframework.cache.annotation Modifier and Type Class Description classCachingConfigurationSelectorSelects which implementation ofAbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass.Uses of AdviceModeImportSelector in org.springframework.scheduling.annotation
Subclasses of AdviceModeImportSelector in org.springframework.scheduling.annotation Modifier and Type Class Description classAsyncConfigurationSelectorSelects which implementation ofAbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass.Uses of AdviceModeImportSelector in org.springframework.transaction.annotation
Subclasses of AdviceModeImportSelector in org.springframework.transaction.annotation Modifier and Type Class Description classTransactionManagementConfigurationSelectorSelects which implementation ofAbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass.