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:
  • Field Details

    • region

      protected String region
  • Constructor Details

    • JaxbHbmNaturalIdCacheType

      public JaxbHbmNaturalIdCacheType()
  • Method Details

    • getRegion

      public String getRegion()
      Gets the value of the region property.
      Returns:
      possible object is String
    • setRegion

      public void setRegion(String value)
      Sets the value of the region property.
      Parameters:
      value - allowed object is String