类 AbstractRegion
- java.lang.Object
-
- org.hibernate.cache.spi.support.AbstractRegion
-
-
构造器概要
构造器 构造器 说明 AbstractRegion(String name, RegionFactory regionFactory)Constructs anAbstractRegion.
-
-
-
构造器详细资料
-
AbstractRegion
public AbstractRegion(String name, RegionFactory regionFactory)
Constructs anAbstractRegion.- 参数:
name- - the unqualified region nameregionFactory- - the region factory
-
-
方法详细资料
-
getRegionFactory
public RegionFactory getRegionFactory()
从接口复制的说明:RegionThe RegionFactory that generated this Region- 指定者:
getRegionFactory在接口中Region
-
-