Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmCacheType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JaxbHbmCacheInclusionEnumprotected Stringprotected AccessType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the include property.Gets the value of the region property.getUsage()Gets the value of the usage property.voidSets the value of the include property.voidSets the value of the region property.voidsetUsage(AccessType value) Sets the value of the usage property.
-
Field Details
-
include
-
region
-
usage
-
-
Constructor Details
-
JaxbHbmCacheType
public JaxbHbmCacheType()
-
-
Method Details
-
getInclude
Gets the value of the include property.- Returns:
- possible object is
JaxbHbmCacheInclusionEnum
-
setInclude
Sets the value of the include property.- Parameters:
value- allowed object isJaxbHbmCacheInclusionEnum
-
getRegion
Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
Sets the value of the region property.- Parameters:
value- allowed object isString
-
getUsage
Gets the value of the usage property.- Returns:
- possible object is
String
-
setUsage
Sets the value of the usage property.- Parameters:
value- allowed object isString
-