I know Spring must implement a "advice" dedicated to transaction, so where is the code that implements the tx:advice tag?

I will also appreciate for the <aop:advisor> tag's implementation, if you could point out the location in spring jar.

有帮助吗?

解决方案

Spring uses BeanDefinitionParser implementations to parse the XML in XML context files. In this particular case, it uses org.springframework.transaction.config.TxAdviceBeanDefinitionParser.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top