随笔-9  评论-168  文章-266  trackbacks-0

1.在spring的配置文件中 applicationContent.xml,hibernate部分加入
xml 代码
<prop key="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</prop>  
    <prop key="hibernate.cache.use_query_cache">true</prop>  

2.为 hibernate的配置文件中设置cache策略

xml 代码
<cache usage="nonstrict-read-write"/>  

3.在DAO中,调用find方法查询之前,设置使用缓存

java 代码
getHibernateTemplate().setCacheQueries(true); 

posted on 2008-09-09 11:37 紫蝶∏飛揚↗ 阅读(1390) 评论(0)  编辑  收藏 所属分类: Hibernate

只有注册用户登录后才能发表评论。


网站导航: