public class JaxbCfgEntityCacheType extends Object
<p>Java class for EntityCacheType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
include |
protected String |
region |
protected JaxbCfgCacheUsageEnum |
usage |
| Constructor and Description |
|---|
JaxbCfgEntityCacheType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getInclude()
Gets the value of the include property.
|
String |
getRegion()
Gets the value of the region property.
|
JaxbCfgCacheUsageEnum |
getUsage()
Gets the value of the usage property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setInclude(String value)
Sets the value of the include property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setUsage(JaxbCfgCacheUsageEnum value)
Sets the value of the usage property.
|
protected String clazz
protected String include
protected String region
protected JaxbCfgCacheUsageEnum usage
public String getClazz()
Gets the value of the clazz property.
Stringpublic void setClazz(String value)
Sets the value of the clazz property.
value - allowed object is
Stringpublic String getInclude()
Gets the value of the include property.
Stringpublic void setInclude(String value)
Sets the value of the include property.
value - allowed object is
Stringpublic String getRegion()
Gets the value of the region property.
Stringpublic void setRegion(String value)
Sets the value of the region property.
value - allowed object is
Stringpublic JaxbCfgCacheUsageEnum getUsage()
Gets the value of the usage property.
JaxbCfgCacheUsageEnumpublic void setUsage(JaxbCfgCacheUsageEnum value)
Sets the value of the usage property.
value - allowed object is
JaxbCfgCacheUsageEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.