我是春天的新手,具有hibernate的工作知识.我的工作是通过使用spring声明方法来实现事务.并且在Google的帮助下成功地做到了,感谢谷歌.但是无法清楚地理解我在application-context.xml中使用的术语.
1.
<tx-advice>
</tx-advice>
Run Code Online (Sandbox Code Playgroud)
<aop-config>
// here is point cut were declared
</aop-config>
Run Code Online (Sandbox Code Playgroud)可以有人解释我的上述观点,同时我也试图从谷歌中了解它.