Uses of Interface
org.hibernate.cache.spi.QueryCache

Packages that use QueryCache
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 QueryCache in org.hibernate.cache.internal
 

Classes in org.hibernate.cache.internal that implement QueryCache
 class StandardQueryCache
          The standard implementation of the Hibernate QueryCache interface.
 

Methods in org.hibernate.cache.internal that return QueryCache
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 

Uses of QueryCache in org.hibernate.cache.spi
 

Methods in org.hibernate.cache.spi that return QueryCache
 QueryCache QueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 

Uses of QueryCache in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return QueryCache
 QueryCache CacheImplementor.getQueryCache()
          Get the default QueryCache.
 QueryCache SessionFactoryImplementor.getQueryCache()
          Get the default query cache
 QueryCache CacheImplementor.getQueryCache(String regionName)
          Get query cache by region name or create a new one if none exist.
 QueryCache SessionFactoryImplementor.getQueryCache(String regionName)
          Get a particular named query cache, or the default cache
 

Uses of QueryCache in org.hibernate.internal
 

Methods in org.hibernate.internal that return QueryCache
 QueryCache CacheImpl.getQueryCache()
           
 QueryCache SessionFactoryImpl.getQueryCache()
           
 QueryCache CacheImpl.getQueryCache(String regionName)
           
 QueryCache SessionFactoryImpl.getQueryCache(String regionName)
           
 



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