Uses of Class
org.hibernate.cache.spi.UpdateTimestampsCache

Packages that use UpdateTimestampsCache
org.hibernate.cache.internal   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of UpdateTimestampsCache in org.hibernate.cache.internal
 

Methods in org.hibernate.cache.internal with parameters of type UpdateTimestampsCache
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 

Constructors in org.hibernate.cache.internal with parameters of type UpdateTimestampsCache
StandardQueryCache(Settings settings, Properties props, UpdateTimestampsCache updateTimestampsCache, String regionName)
           
 

Uses of UpdateTimestampsCache in org.hibernate.cache.spi
 

Methods in org.hibernate.cache.spi with parameters of type UpdateTimestampsCache
 QueryCache QueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 

Uses of UpdateTimestampsCache in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return UpdateTimestampsCache
 UpdateTimestampsCache SessionFactoryImplementor.getUpdateTimestampsCache()
          Get the cache of table update timestamps
 

Uses of UpdateTimestampsCache in org.hibernate.internal
 

Methods in org.hibernate.internal that return UpdateTimestampsCache
 UpdateTimestampsCache SessionFactoryImpl.getUpdateTimestampsCache()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.