|
spring-tx | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.context.annotation.AdviceModeImportSelector<EnableTransactionManagement>
org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
public class TransactionManagementConfigurationSelector
Selects which implementation of AbstractTransactionManagementConfiguration
should be used based on the value of EnableTransactionManagement.mode()
on the
importing @Configuration
class.
EnableTransactionManagement
,
ProxyTransactionManagementConfiguration
,
TransactionManagementConfigUtils.TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME
Field Summary |
---|
Fields inherited from class org.springframework.context.annotation.AdviceModeImportSelector |
---|
DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME |
Constructor Summary | |
---|---|
TransactionManagementConfigurationSelector()
|
Method Summary | |
---|---|
protected java.lang.String[] |
selectImports(org.springframework.context.annotation.AdviceMode adviceMode)
|
Methods inherited from class org.springframework.context.annotation.AdviceModeImportSelector |
---|
getAdviceModeAttributeName, selectImports |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionManagementConfigurationSelector()
Method Detail |
---|
protected java.lang.String[] selectImports(org.springframework.context.annotation.AdviceMode adviceMode)
selectImports
in class org.springframework.context.annotation.AdviceModeImportSelector<EnableTransactionManagement>
ProxyTransactionManagementConfiguration
or
AspectJTransactionManagementConfiguration
for PROXY
and
ASPECTJ
values of EnableTransactionManagement.mode()
, respectively
|
spring-tx | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |