Class JaxbUuidGeneratorImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbUuidGeneratorImpl
- All Implemented Interfaces:
Serializable
See `@org.hibernate.annotations.UuidGenerator`
<p>Java class for uuid-generator complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()Gets the value of the style property.voidsetStyle(UuidGenerator.Style value) Sets the value of the style property.