public class JaxbCfgEntityCacheType
extends java.lang.Object
Java class for EntityCacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityCacheType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="include" default="all">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="all"/>
<enumeration value="non-lazy"/>
</restriction>
</simpleType>
</attribute>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
include |
protected java.lang.String |
region |
protected JaxbCfgCacheUsageEnum |
usage |
| Constructor and Description |
|---|
JaxbCfgEntityCacheType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getInclude()
Gets the value of the include property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
JaxbCfgCacheUsageEnum |
getUsage()
Gets the value of the usage property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setInclude(java.lang.String value)
Sets the value of the include property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setUsage(JaxbCfgCacheUsageEnum value)
Sets the value of the usage property.
|
protected java.lang.String clazz
protected java.lang.String include
protected java.lang.String region
protected JaxbCfgCacheUsageEnum usage
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInclude()
Stringpublic void setInclude(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegion()
Stringpublic void setRegion(java.lang.String value)
value - allowed object is
Stringpublic JaxbCfgCacheUsageEnum getUsage()
JaxbCfgCacheUsageEnumpublic void setUsage(JaxbCfgCacheUsageEnum value)
value - allowed object is
JaxbCfgCacheUsageEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.