Uses of Class
org.hibernate.cache.UpdateTimestampsCache

Packages that use UpdateTimestampsCache
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of UpdateTimestampsCache in org.hibernate.cache
 

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

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

Uses of UpdateTimestampsCache in org.hibernate.engine
 

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

Uses of UpdateTimestampsCache in org.hibernate.impl
 

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



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved