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.jbc2   
org.hibernate.cache.jbc2.query   
 

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 QueryCache.getRegion()
           
 QueryResultsRegion StandardQueryCache.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.jbc2
 

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

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

Classes in org.hibernate.cache.jbc2.query that implement QueryResultsRegion
 class QueryResultsRegionImpl
          Defines the behavior of the query cache regions for JBossCache 2.x.
 



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