Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmNaturalIdCacheType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
-
- All Implemented Interfaces:
Serializable
public class JaxbHbmNaturalIdCacheType extends Object implements Serializable
Java class for NaturalIdCacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NaturalIdCacheType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmNaturalIdCacheType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRegion()
Gets the value of the region property.void
setRegion(String value)
Sets the value of the region property.
-
-
-
Field Detail
-
region
protected String region
-
-