为了账号安全,请及时绑定邮箱和手机立即绑定

怎么修改hibernate 的Flush模式

怎么修改hibernate 的Flush模式

暴躁的代码 2017-05-05 10:15:13
在学习ssh整合的时候,报错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.protected void checkWriteOperationAllowed(Session session) throws InvalidDataAccessApiUsageException { if (isCheckWriteOperations() && session.getFlushMode().lessThan(FlushMode.COMMIT)) { throw new InvalidDataAccessApiUsageException( "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."); } }这个FlushMode为什么会默认是MANUAL,怎么修改呢?
查看完整描述

1 回答

已采纳
?
younghu

TA贡献25条经验 获得超6个赞

这个错误一般都是没有配置事务引起的,你在spring中配置好事务,问题应该就解决了!

查看完整回答
反对 回复 2017-05-08
  • 1 回答
  • 0 关注
  • 2261 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信