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
Modifier and TypeFieldDescriptionstatic final String
The bean name of the internally managed JTA transaction aspect (used when mode == ASPECTJ).static final String
The class name of the AspectJ transaction management aspect.static final String
The name of the AspectJ transaction management @Configuration
class for JTA.static final String
The bean name of the internally managed transaction advisor (used when mode == PROXY).static final String
The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).static final String
The class name of the AspectJ transaction management aspect.static final String
The name of the AspectJ transaction management @Configuration
class.static final String
The bean name of the internally managed TransactionalEventListenerFactory. -
Constructor Summary
-
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 @Configuration
class.- 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 @Configuration
class 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()
-