| 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 |
|---|---|
TimestampsRegion |
DelegatingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties) |
TimestampsRegion |
RegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data.
|
TimestampsRegion |
UpdateTimestampsCache.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
TimestampsRegion |
NoCachingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimestampsRegionAdapter
Adapter specifically briding
TimestampsRegion to Cache. |
| Modifier and Type | Method and Description |
|---|---|
TimestampsRegion |
RegionFactoryCacheProviderBridge.buildTimestampsRegion(String regionName,
Properties properties) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved