日期:2014-05-18  浏览次数:20762 次

'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了吧?改一下你的配置文件,事务配置那部分.