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 | |
org.hibernate.cache.infinispan | |
org.hibernate.cache.jbc | |
org.hibernate.cache.jbc.timestamp |
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) |
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
InfinispanRegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data.
|
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
JBossCacheRegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredConcurrentTimestampsRegionImpl
Prototype of a clustered timestamps cache region impl usable if the
TimestampsRegion API is changed.
|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for JBossCache 2.x.
|
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved