类 JaxbCfgCollectionCacheType
- java.lang.Object
-
- org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
public class JaxbCfgCollectionCacheType extends Object
Java class for CollectionCacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionCacheType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="collection" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/orm/cfg}CacheUsageEnum" /> </restriction> </complexContent> </complexType>
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringcollectionprotected Stringregionprotected JaxbCfgCacheUsageEnumusage
-
构造器概要
构造器 构造器 说明 JaxbCfgCollectionCacheType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCollection()Gets the value of the collection property.StringgetRegion()Gets the value of the region property.JaxbCfgCacheUsageEnumgetUsage()Gets the value of the usage property.voidsetCollection(String value)Sets the value of the collection property.voidsetRegion(String value)Sets the value of the region property.voidsetUsage(JaxbCfgCacheUsageEnum value)Sets the value of the usage property.
-
-
-
字段详细资料
-
collection
protected String collection
-
region
protected String region
-
usage
protected JaxbCfgCacheUsageEnum usage
-
-
方法详细资料
-
getCollection
public String getCollection()
Gets the value of the collection property.- 返回:
- possible object is
String
-
setCollection
public void setCollection(String value)
Sets the value of the collection property.- 参数:
value- allowed object isString
-
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 JaxbCfgCacheUsageEnum getUsage()
Gets the value of the usage property.- 返回:
- possible object is
JaxbCfgCacheUsageEnum
-
setUsage
public void setUsage(JaxbCfgCacheUsageEnum value)
Sets the value of the usage property.- 参数:
value- allowed object isJaxbCfgCacheUsageEnum
-
-