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 Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
TRANSACTION_ADVISOR_BEAN_NAME
The bean name of the internally managed transaction advisor (used when mode == PROXY).- See Also:
 
 - 
TRANSACTION_ASPECT_BEAN_NAME
The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).- See Also:
 
 - 
TRANSACTION_ASPECT_CLASS_NAME
The class name of the AspectJ transaction management aspect.- See Also:
 
 - 
TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME
The name of the AspectJ transaction management @Configurationclass.- See Also:
 
 - 
JTA_TRANSACTION_ASPECT_BEAN_NAME
The bean name of the internally managed JTA transaction aspect (used when mode == ASPECTJ).- Since:
 - 5.1
 - See Also:
 
 - 
JTA_TRANSACTION_ASPECT_CLASS_NAME
The class name of the AspectJ transaction management aspect.- Since:
 - 5.1
 - See Also:
 
 - 
JTA_TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME
The name of the AspectJ transaction management @Configurationclass for JTA.- Since:
 - 5.1
 - See Also:
 
 - 
TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAME
The bean name of the internally managed TransactionalEventListenerFactory.- See Also:
 
 
 - 
 - 
Constructor Details
- 
TransactionManagementConfigUtils
public TransactionManagementConfigUtils() 
 -