spring3 注解式事务不起作用 - ITeye问答
用spring3+hibernate配置注解式事务,测试的时候抛出异常总是不回滚。 spring主配置文件hibernate.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="...
spring+hibernate 事物配置不生效_百度知道
<bean id="transactionManager" class="org.springframework.orm.hibernate3.Hibernate...<!-- 配置执行那些类的方法要执行事务 --> <aop:config> <aop:pointcut ...