http://www.cnblogs.com/m-xy/archive/2013/05/14/3077627.html(挺好的)
还有一种用parent的配置方式,parent配置到哪个层面,事务就控制在哪
http://blog.csdn.net/z69183787/article/details/8222103
<!-- 1、使用spring提供的类读取数据库配置信息.properties -->
<!-- 2、配置数据源 -->
<!-- 3、 配置Hibernate的sessionFactory-->
<!-- 4、定义事物管理器(声明式事物) -->
<!-- 5、所有Bean共享一个代理基类 -->