Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
DelegatingRegionFactory.buildQueryResultsRegion(String regionName,
Properties properties) |
QueryResultsRegion |
RegionFactory.buildQueryResultsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing query results
|
QueryResultsRegion |
StandardQueryCache.getRegion() |
QueryResultsRegion |
QueryCache.getRegion() |
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
NoCachingRegionFactory.buildQueryResultsRegion(String regionName,
Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionAdapter
Adapter specifically briding
QueryResultsRegion to Cache . |
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
RegionFactoryCacheProviderBridge.buildQueryResultsRegion(String regionName,
Properties properties) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved