hibernateehcache:hibernate annoation(十一 缓存CacheEhcache 采用annoation)
从hibernate2.1开始ehcache已经作为hibernate默认缓存Cache方案( 2级缓存Cache方案 sessionfactory级别) 在项目中有针对性使用缓存Cache将对性能提升右很大帮助 要使用 Ehcache:需要下步骤 path添加相应jar(ehcachecommons-logging) 2然后在hibernate.cfg.xml中配置 property ... [阅读全文]
1 共1条 分1页