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()