hibernate中清除缓存
在实现类中加入
this.getSessionFactory().evict(*class);
this.getSessionFactory().getCurrentSession().clear();
发布时间: 2012-06-27 14:20:09 作者: rapoo
hibernate中清除缓存
在实现类中加入
this.getSessionFactory().evict(*class);
this.getSessionFactory().getCurrentSession().clear();