站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.cache.UpdateTimestampsCache (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.cache.UpdateTimestampsCache

Packages that use UpdateTimestampsCache
net.sf.hibernate.cache   
net.sf.hibernate.impl   
 

Uses of UpdateTimestampsCache in net.sf.hibernate.cache
 

Methods in net.sf.hibernate.cache with parameters of type UpdateTimestampsCache
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, CacheProvider provider, UpdateTimestampsCache updateTimestampsCache, Properties props)
           
 QueryCache QueryCacheFactory.getQueryCache(String regionName, CacheProvider provider, UpdateTimestampsCache updateTimestampsCache, Properties props)
           
 

Constructors in net.sf.hibernate.cache with parameters of type UpdateTimestampsCache
StandardQueryCache(CacheProvider provider, Properties props, UpdateTimestampsCache updateTimestampsCache, String regionName)
           
 

Uses of UpdateTimestampsCache in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that return UpdateTimestampsCache
 UpdateTimestampsCache SessionFactoryImpl.getUpdateTimestampsCache()