org.springframework.transaction.annotation
Class AbstractTransactionManagementConfiguration
java.lang.Object
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
- All Implemented Interfaces:
- Aware, ImportAware
- Direct Known Subclasses:
- AspectJTransactionManagementConfiguration, ProxyTransactionManagementConfiguration
@Configuration
public abstract class AbstractTransactionManagementConfiguration
- extends Object
- implements ImportAware
Abstract base @Configuration
class providing common structure for enabling
Spring's annotation-driven transaction management capability.
- Since:
- 3.1
- Author:
- Chris Beams
- See Also:
EnableTransactionManagement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enableTx
protected AnnotationAttributes enableTx
txManager
protected PlatformTransactionManager txManager
AbstractTransactionManagementConfiguration
public AbstractTransactionManagementConfiguration()
setImportMetadata
public void setImportMetadata(AnnotationMetadata importMetadata)
- Description copied from interface:
ImportAware
- Set the annotation metadata of the importing @
Configuration
class.
- Specified by:
setImportMetadata
in interface ImportAware