首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

hibernate中驱除缓存

2012-06-27 
hibernate中清除缓存在实现类中加入 this.getSessionFactory().evict(*class) this.getSessionFactory().

hibernate中清除缓存
在实现类中加入

this.getSessionFactory().evict(*class);
this.getSessionFactory().getCurrentSession().clear();

热点排行