Uses of Class
org.springframework.context.annotation.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
Modifier and TypeClassDescriptionclass
Selects which implementation ofAbstractCachingConfiguration
should be used based on the value ofEnableCaching.mode()
on the importing@Configuration
class. -
Uses of AdviceModeImportSelector in org.springframework.scheduling.annotation
Modifier and TypeClassDescriptionclass
Selects which implementation ofAbstractAsyncConfiguration
should be used based on the value ofEnableAsync.mode()
on the importing@Configuration
class. -
Uses of AdviceModeImportSelector in org.springframework.transaction.annotation
Modifier and TypeClassDescriptionclass
Selects which implementation ofAbstractTransactionManagementConfiguration
should be used based on the value ofEnableTransactionManagement.mode()
on the importing@Configuration
class.