问答详情
源自:5-3 编写DAO的代码-Spring整合Hibernate

Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.

ssh的版本是spring3.4.8,hibernate4.1,struts2.5 报了这个错,百度不得其解

提问者:暴躁的代码 2017-05-04 17:01

个回答

  • 慕粉3726318
    2017-07-23 01:55:05

    没加事务吧

  • 暴躁的代码
    2017-05-05 09:30:52

    问题解决了,this.getHibernateTemplate().setCheckWriteOperations(false);

    //设置在使用save|update|delete方法时不检查是否只读

  • qq_浮尘旧梦微凉_0
    2017-05-04 22:42:17

    这是你数据库的表主键设置约束,是要设成只读还是自动增长,你没有明确