Class TimestampsRegionTemplate
java.lang.Object
org.hibernate.cache.spi.support.AbstractRegion
org.hibernate.cache.spi.support.DirectAccessRegionTemplate
org.hibernate.cache.spi.support.TimestampsRegionTemplate
- All Implemented Interfaces:
DirectAccessRegion, Region, TimestampsRegion
public class TimestampsRegionTemplate
extends DirectAccessRegionTemplate
implements TimestampsRegion
-
Constructor Summary
ConstructorsConstructorDescriptionTimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aTimestampsRegionTemplate. -
Method Summary
Methods inherited from class DirectAccessRegionTemplate
clear, destroy, getFromCache, getStorageAccess, putIntoCacheMethods inherited from class AbstractRegion
getName, getRegionFactoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DirectAccessRegion
getFromCache, putIntoCacheMethods inherited from interface Region
clear, destroy, getName, getRegionFactory
-
Constructor Details
-
TimestampsRegionTemplate
public TimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aTimestampsRegionTemplate.- Parameters:
name- - the unqualified region nameregionFactory- - the region factorystorageAccess- - the cache storage access strategy
-