|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimestampsRegion | |
---|---|
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.infinispan.timestamp |
Uses of TimestampsRegion in org.hibernate.cache |
---|
Methods in org.hibernate.cache that return TimestampsRegion | |
---|---|
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()
|
Uses of TimestampsRegion in org.hibernate.cache.impl |
---|
Methods in org.hibernate.cache.impl that return TimestampsRegion | |
---|---|
TimestampsRegion |
NoCachingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
|
Uses of TimestampsRegion in org.hibernate.cache.impl.bridge |
---|
Classes in org.hibernate.cache.impl.bridge that implement TimestampsRegion | |
---|---|
class |
TimestampsRegionAdapter
Adapter specifically briding TimestampsRegion to Cache . |
Methods in org.hibernate.cache.impl.bridge that return TimestampsRegion | |
---|---|
TimestampsRegion |
RegionFactoryCacheProviderBridge.buildTimestampsRegion(String regionName,
Properties properties)
|
Uses of TimestampsRegion in org.hibernate.cache.infinispan |
---|
Methods in org.hibernate.cache.infinispan that return TimestampsRegion | |
---|---|
TimestampsRegion |
InfinispanRegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data. |
Uses of TimestampsRegion in org.hibernate.cache.infinispan.timestamp |
---|
Classes in org.hibernate.cache.infinispan.timestamp that implement TimestampsRegion | |
---|---|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for Infinispan. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |