|
Spring Framework | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
@Configuration public abstract class AbstractTransactionManagementConfiguration
Abstract base @Configuration
class providing common structure for enabling
Spring's annotation-driven transaction management capability.
EnableTransactionManagement
Field Summary | |
---|---|
protected AnnotationAttributes |
enableTx
|
protected PlatformTransactionManager |
txManager
|
Constructor Summary | |
---|---|
AbstractTransactionManagementConfiguration()
|
Method Summary | |
---|---|
void |
setImportMetadata(AnnotationMetadata importMetadata)
Set the annotation metadata of the importing @ Configuration class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AnnotationAttributes enableTx
protected PlatformTransactionManager txManager
Constructor Detail |
---|
public AbstractTransactionManagementConfiguration()
Method Detail |
---|
public void setImportMetadata(AnnotationMetadata importMetadata)
ImportAware
Configuration
class.
setImportMetadata
in interface ImportAware
|
Spring Framework | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |