Class TransactionManagementConfigUtils
java.lang.Object
org.springframework.transaction.config.TransactionManagementConfigUtils
Configuration constants for internal sharing across subpackages.
- Since:
- 3.1
- Author:
- Chris Beams, Stephane Nicoll
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe bean name of the internally managed JTA transaction aspect (used when mode == ASPECTJ).static final StringThe class name of the AspectJ transaction management aspect.static final StringThe name of the AspectJ transaction management @Configurationclass for JTA.static final StringThe bean name of the internally managed transaction advisor (used when mode == PROXY).static final StringThe bean name of the internally managed transaction aspect (used when mode == ASPECTJ).static final StringThe class name of the AspectJ transaction management aspect.static final StringThe name of the AspectJ transaction management @Configurationclass.static final StringThe bean name of the internally managed TransactionalEventListenerFactory.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
TRANSACTION_ADVISOR_BEAN_NAMEThe bean name of the internally managed transaction advisor (used when mode == PROXY).- See Also:
 
- 
TRANSACTION_ASPECT_BEAN_NAMEThe bean name of the internally managed transaction aspect (used when mode == ASPECTJ).- See Also:
 
- 
TRANSACTION_ASPECT_CLASS_NAMEThe class name of the AspectJ transaction management aspect.- See Also:
 
- 
TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAMEThe name of the AspectJ transaction management @Configurationclass.- See Also:
 
- 
JTA_TRANSACTION_ASPECT_BEAN_NAMEThe bean name of the internally managed JTA transaction aspect (used when mode == ASPECTJ).- Since:
- 5.1
- See Also:
 
- 
JTA_TRANSACTION_ASPECT_CLASS_NAMEThe class name of the AspectJ transaction management aspect.- Since:
- 5.1
- See Also:
 
- 
JTA_TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAMEThe name of the AspectJ transaction management @Configurationclass for JTA.- Since:
- 5.1
- See Also:
 
- 
TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAMEThe bean name of the internally managed TransactionalEventListenerFactory.- See Also:
 
 
- 
- 
Constructor Details- 
TransactionManagementConfigUtilspublic TransactionManagementConfigUtils()
 
-