Uses of Interface
org.hibernate.cache.QueryResultsRegion

Packages that use QueryResultsRegion
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl   
org.hibernate.cache.impl.bridge   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.query   
org.hibernate.cache.jbc   
 

Uses of QueryResultsRegion in org.hibernate.cache
 

Methods in org.hibernate.cache that return QueryResultsRegion
 QueryResultsRegion RegionFactory.buildQueryResultsRegion(String regionName, Properties properties)
          Build a cache region specialized for storing query results
 QueryResultsRegion StandardQueryCache.getRegion()
           
 QueryResultsRegion QueryCache.getRegion()
           
 

Uses of QueryResultsRegion in org.hibernate.cache.impl
 

Methods in org.hibernate.cache.impl that return QueryResultsRegion
 QueryResultsRegion NoCachingRegionFactory.buildQueryResultsRegion(String regionName, Properties properties)
           
 

Uses of QueryResultsRegion in org.hibernate.cache.impl.bridge
 

Classes in org.hibernate.cache.impl.bridge that implement QueryResultsRegion
 class QueryResultsRegionAdapter
          Adapter specifically briding QueryResultsRegion to Cache.
 

Methods in org.hibernate.cache.impl.bridge that return QueryResultsRegion
 QueryResultsRegion RegionFactoryCacheProviderBridge.buildQueryResultsRegion(String regionName, Properties properties)
           
 

Uses of QueryResultsRegion in org.hibernate.cache.infinispan
 

Methods in org.hibernate.cache.infinispan that return QueryResultsRegion
 QueryResultsRegion InfinispanRegionFactory.buildQueryResultsRegion(String regionName, Properties properties)
          Build a cache region specialized for storing query results
 

Uses of QueryResultsRegion in org.hibernate.cache.infinispan.query
 

Classes in org.hibernate.cache.infinispan.query that implement QueryResultsRegion
 class QueryResultsRegionImpl
           
 

Uses of QueryResultsRegion in org.hibernate.cache.jbc
 

Methods in org.hibernate.cache.jbc that return QueryResultsRegion
 QueryResultsRegion JBossCacheRegionFactory.buildQueryResultsRegion(String regionName, Properties properties)
           
 



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