Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.transaction.annotation |
JDK 1.5+ annotation for transaction demarcation.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingConfigurationSelector
Selects which implementation of
AbstractCachingConfiguration should be used
based on the value of EnableCaching.mode() on the importing @Configuration
class. |
Modifier and Type | Class and Description |
---|---|
class |
AsyncConfigurationSelector
Selects which implementation of
AbstractAsyncConfiguration should be used based
on the value of EnableAsync.mode() on the importing @Configuration class. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionManagementConfigurationSelector
Selects which implementation of
AbstractTransactionManagementConfiguration
should be used based on the value of EnableTransactionManagement.mode() on the
importing @Configuration class. |
Copyright © 2015. All rights reserved.