类 TimestampsRegionTemplate
- java.lang.Object
-
- org.hibernate.cache.spi.support.AbstractRegion
-
- org.hibernate.cache.spi.support.DirectAccessRegionTemplate
-
- org.hibernate.cache.spi.support.TimestampsRegionTemplate
-
- 所有已实现的接口:
DirectAccessRegion,Region,TimestampsRegion
public class TimestampsRegionTemplate extends DirectAccessRegionTemplate implements TimestampsRegion
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 TimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)Constructs aTimestampsRegionTemplate.
-
方法概要
-
从类继承的方法 org.hibernate.cache.spi.support.DirectAccessRegionTemplate
clear, destroy, getFromCache, getStorageAccess, putIntoCache
-
从类继承的方法 org.hibernate.cache.spi.support.AbstractRegion
getName, getRegionFactory
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.cache.spi.DirectAccessRegion
getFromCache, putIntoCache
-
从接口继承的方法 org.hibernate.cache.spi.Region
clear, destroy, getName, getRegionFactory
-
-
-
-
构造器详细资料
-
TimestampsRegionTemplate
public TimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aTimestampsRegionTemplate.- 参数:
name- - the unqualified region nameregionFactory- - the region factorystorageAccess- - the cache storage access strategy
-
-