源自: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
个回答
-
没加事务吧
-
问题解决了,this.getHibernateTemplate().setCheckWriteOperations(false);
//设置在使用save|update|delete方法时不检查是否只读
-
这是你数据库的表主键设置约束,是要设成只读还是自动增长,你没有明确