首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET Framework >

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

2012-06-29 
PlayFramework 1.2.3 中 过程中提交jpa 的如何关闭Cache?加入以下两行可以关闭Cache, 但是一个hibernate S

PlayFramework 1.2.3 中 过程中提交jpa 的如何关闭Cache

?

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

?

?

?

?写道hibernate.cache.use_minimal_puts=false
hibernate.cache.use_query_cache=false?

热点排行