Uses of Class
org.springframework.context.annotation.AdviceModeImportSelector
Packages that use AdviceModeImportSelector
Package
Description
Annotations and supporting classes for declarative cache management.
Annotation support for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
-
Uses of AdviceModeImportSelector in org.springframework.cache.annotation
Subclasses of AdviceModeImportSelector in org.springframework.cache.annotationModifier and TypeClassDescriptionclassSelects 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.annotationModifier and TypeClassDescriptionclassSelects 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.annotationModifier and TypeClassDescriptionclassSelects which implementation ofAbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass.