| Package | Description | 
|---|---|
| org.hibernate.cache.ehcache.internal.regions | 
 Defines  
RegionFactory support for the Ehcache integration | 
| org.hibernate.cache.infinispan | 
 Defines the integration with Infinispan as a second-level cache service. 
 | 
| org.hibernate.cache.infinispan.query | 
 Internal Infinispan-based implementation of the "query results" cache region 
 | 
| org.hibernate.cache.internal | 
 Internal implementations and support for second-level caching. 
 | 
| org.hibernate.cache.spi | 
 
            Defines the Hibernate second level caching SPI. 
 | 
| org.hibernate.testing.cache | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EhcacheQueryResultsRegion
A query results region specific wrapper around an Ehcache instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryResultsRegion | 
InfinispanRegionFactory.buildQueryResultsRegion(String regionName,
                       Properties properties)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueryResultsRegionImpl
Region for caching query results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryResultsRegion | 
NoCachingRegionFactory.buildQueryResultsRegion(String regionName,
                       Properties properties)  | 
QueryResultsRegion | 
StandardQueryCache.getRegion()  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryResultsRegion | 
RegionFactory.buildQueryResultsRegion(String regionName,
                       Properties properties)
Build a cache region specialized for storing query results. 
 | 
QueryResultsRegion | 
QueryCache.getRegion()
The underlying cache factory region being used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryResultsRegion | 
CachingRegionFactory.buildQueryResultsRegion(String regionName,
                       Properties properties)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.