Uses of Enum Class
org.springframework.context.annotation.AdviceMode
Package
Description
Annotations and supporting classes for declarative cache management.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Annotation support for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
-
Uses of AdviceMode in org.springframework.cache.annotation
Modifier and TypeMethodDescriptionString[]
CachingConfigurationSelector.selectImports
(AdviceMode adviceMode) ReturnsProxyCachingConfiguration
orAspectJCachingConfiguration
forPROXY
andASPECTJ
values ofEnableCaching.mode()
, respectively. -
Uses of AdviceMode in org.springframework.context.annotation
Modifier and TypeMethodDescriptionstatic AdviceMode
Returns the enum constant of this class with the specified name.static AdviceMode[]
AdviceMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected abstract String[]
AdviceModeImportSelector.selectImports
(AdviceMode adviceMode) Determine which classes should be imported based on the givenAdviceMode
. -
Uses of AdviceMode in org.springframework.scheduling.annotation
Modifier and TypeMethodDescriptionString[]
AsyncConfigurationSelector.selectImports
(AdviceMode adviceMode) ReturnsProxyAsyncConfiguration
orAspectJAsyncConfiguration
forPROXY
andASPECTJ
values ofEnableAsync.mode()
, respectively. -
Uses of AdviceMode in org.springframework.transaction.annotation
Modifier and TypeMethodDescriptionprotected String[]
TransactionManagementConfigurationSelector.selectImports
(AdviceMode adviceMode) ReturnsProxyTransactionManagementConfiguration
orAspectJ(Jta)TransactionManagementConfiguration
forPROXY
andASPECTJ
values ofEnableTransactionManagement.mode()
, respectively.