类 JaxbHbmCacheType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmCacheType extends Object implements Serializable
Java class for CacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CacheType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="include" type="{http://www.hibernate.org/xsd/orm/hbm}CacheInclusionEnum" default="all" /> <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}CacheUsageEnum" /> </restriction> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected JaxbHbmCacheInclusionEnumincludeprotected Stringregionprotected AccessTypeusage
-
构造器概要
构造器 构造器 说明 JaxbHbmCacheType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 JaxbHbmCacheInclusionEnumgetInclude()Gets the value of the include property.StringgetRegion()Gets the value of the region property.AccessTypegetUsage()Gets the value of the usage property.voidsetInclude(JaxbHbmCacheInclusionEnum value)Sets the value of the include property.voidsetRegion(String value)Sets the value of the region property.voidsetUsage(AccessType value)Sets the value of the usage property.
-
-
-
字段详细资料
-
include
protected JaxbHbmCacheInclusionEnum include
-
region
protected String region
-
usage
protected AccessType usage
-
-
方法详细资料
-
getInclude
public JaxbHbmCacheInclusionEnum getInclude()
Gets the value of the include property.- 返回:
- possible object is
JaxbHbmCacheInclusionEnum
-
setInclude
public void setInclude(JaxbHbmCacheInclusionEnum value)
Sets the value of the include property.- 参数:
value- allowed object isJaxbHbmCacheInclusionEnum
-
getRegion
public String getRegion()
Gets the value of the region property.- 返回:
- possible object is
String
-
setRegion
public void setRegion(String value)
Sets the value of the region property.- 参数:
value- allowed object isString
-
getUsage
public AccessType getUsage()
Gets the value of the usage property.- 返回:
- possible object is
String
-
setUsage
public void setUsage(AccessType value)
Sets the value of the usage property.- 参数:
value- allowed object isString
-
-