当前位置: 代码迷 >> Java Web开发 >> 'readOnly' hibernate解决思路
  详细解决方案

'readOnly' hibernate解决思路

热度:472   发布时间:2016-04-17 12:39:34.0
'readOnly' hibernate
Write operations are not allowed in read-only mode (FlushMode.NEVER) - turn your Session into FlushMode.AUTO or remove 'readOnly' marker from transaction definition

------解决方案--------------------
写操作不允许只读模式
------解决方案--------------------
在Hibernate的配置文件中 把readonly去掉
------解决方案--------------------
在Hibernate的配置文件中 把readonly去掉
------解决方案--------------------
用了Spring了吧?改一下你的配置文件,事务配置那部分.
  相关解决方案