Class JaxbUuidGeneratorImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbUuidGeneratorImpl
All Implemented Interfaces:
Serializable

public class JaxbUuidGeneratorImpl extends Object implements Serializable
See `@org.hibernate.annotations.UuidGenerator`

Java class for uuid-generator complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="uuid-generator">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="style" type="{http://www.hibernate.org/xsd/orm/mapping}uuid-generator-style" default="AUTO" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • JaxbUuidGeneratorImpl

      public JaxbUuidGeneratorImpl()
  • Method Details

    • getStyle

      public UuidGenerator.Style getStyle()
      Gets the value of the style property.
      Returns:
      possible object is String
    • setStyle

      public void setStyle(UuidGenerator.Style value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is String