org.hibernate.cache.impl.bridge
Class TimestampsRegionAdapter

java.lang.Object
  extended by org.hibernate.cache.impl.bridge.BaseRegionAdapter
      extended by org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
          extended by org.hibernate.cache.impl.bridge.TimestampsRegionAdapter
All Implemented Interfaces:
GeneralDataRegion, Region, TimestampsRegion

public class TimestampsRegionAdapter
extends BaseGeneralDataRegionAdapter
implements TimestampsRegion

Adapter specifically briding TimestampsRegion to Cache.

Author:
Steve Ebersole

Field Summary
 
Fields inherited from class org.hibernate.cache.impl.bridge.BaseRegionAdapter
settings, underlyingCache
 
Constructor Summary
protected TimestampsRegionAdapter(Cache underlyingCache, Settings settings)
           
 
Method Summary
 
Methods inherited from class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
evict, evictAll, get, put
 
Methods inherited from class org.hibernate.cache.impl.bridge.BaseRegionAdapter
clear, contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.cache.GeneralDataRegion
evict, evictAll, get, put
 
Methods inherited from interface org.hibernate.cache.Region
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 

Constructor Detail

TimestampsRegionAdapter

protected TimestampsRegionAdapter(Cache underlyingCache,
                                  Settings settings)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.