当前位置: 代码迷 >> .NET Framework >> PlayFramework 1.2.3 中 过程中提交jpa 的怎么关闭Cache
  详细解决方案

PlayFramework 1.2.3 中 过程中提交jpa 的怎么关闭Cache

热度:455   发布时间:2016-05-02 00:26:54.0
PlayFramework 1.2.3 中 过程中提交jpa 的如何关闭Cache

?

加入以下两行可以关闭Cache, 但是一个hibernate Session内部的对象还是有Cache,目前为止我只知道调用 model.refresh 保证取得的是数据库中最新的

?

?

?

?写道
hibernate.cache.use_minimal_puts=false
hibernate.cache.use_query_cache=false
?
  相关解决方案