|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
@Configuration public class ProxyTransactionManagementConfiguration
@Configuration
class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven transaction management.
EnableTransactionManagement
,
TransactionManagementConfigurationSelector
Field Summary |
---|
Fields inherited from class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration |
---|
enableTx, txManager |
Constructor Summary | |
---|---|
ProxyTransactionManagementConfiguration()
|
Method Summary | |
---|---|
BeanFactoryTransactionAttributeSourceAdvisor |
transactionAdvisor()
|
TransactionAttributeSource |
transactionAttributeSource()
|
TransactionInterceptor |
transactionInterceptor()
|
Methods inherited from class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration |
---|
setConfigurers, setImportMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyTransactionManagementConfiguration()
Method Detail |
---|
@Bean(name="org.springframework.transaction.config.internalTransactionAdvisor") @Role(value=2) public BeanFactoryTransactionAttributeSourceAdvisor transactionAdvisor()
@Bean @Role(value=2) public TransactionAttributeSource transactionAttributeSource()
@Bean @Role(value=2) public TransactionInterceptor transactionInterceptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |