标签:
Spring可以通过注解@Transactional来为业务逻辑层的方法(调用DAO完成持久化动作)添加事务能力。
具体参考文章:
http://blog.csdn.net/blueheart20/article/details/44654007
嵌套的@Trancation参考文章:
http://www.vito16.com/2015/10/07/spring-transaction-scope-bug.html
http://stamen.iteye.com/blog/1441794
http://stamen.iteye.com/blog/1441794Spring @Trancation注解
标签:
原文地址:http://www.cnblogs.com/userrain/p/5447887.html