spring-transaction-basic

阅读更多

Spring的事务本身是基于AOP的

 

AOP代理自动创建器:InfrastructureAdvisorAutoProxyCreator

beanname:org.springframework.aop.config.internalAutoProxyCreator

 

事务AOPBeanFactoryTransactionAttributeSourceAdvisor

beanName: org.springframework.transaction.config.internalTransactionAdvisor:

 

 

事务advice:TransactionInterceptor: beanName:org.springframework.transaction.interceptor.TransactionInterceptor#0

 

事务PointCut:TransactionAttributeSourcePointcut-> AnnotationTransactionAttributeSource->TransactionAnnotationParser->SpringTransactionAnnotationParser

 

 

你可能感兴趣的:(spring,transaction)