类 CacheRegionDefinition
- java.lang.Object
-
- org.hibernate.boot.CacheRegionDefinition
-
public class CacheRegionDefinition extends Object
Models the definition of caching settings for a particular region. Generally as found in either:cfg.xmlhbm.xml- annotation
- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCacheRegionDefinition.CacheRegionType
-
构造器概要
构造器 构造器 说明 CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy)
-
-
-
构造器详细资料
-
CacheRegionDefinition
public CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy)
-
-
方法详细资料
-
getRegionType
public CacheRegionDefinition.CacheRegionType getRegionType()
-
getRole
public String getRole()
-
getUsage
public String getUsage()
-
getRegion
public String getRegion()
-
isCacheLazy
public boolean isCacheLazy()
-
-