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 SessionFactoryImplementor.getQueryCache()
          Get the default query cache
 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 SessionFactoryImpl.getQueryCache()
           
 QueryCache SessionFactoryImpl.getQueryCache(String regionName)
           
 



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