Uses of Enum Class
org.hibernate.annotations.UuidGenerator.Style
Packages that use UuidGenerator.Style
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
-
Uses of UuidGenerator.Style in org.hibernate.annotations
Methods in org.hibernate.annotations that return UuidGenerator.StyleModifier and TypeMethodDescriptionstatic UuidGenerator.StyleReturns the enum constant of this class with the specified name.static UuidGenerator.Style[]UuidGenerator.Style.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UuidGenerator.Style in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as UuidGenerator.StyleMethods in org.hibernate.boot.jaxb.mapping that return UuidGenerator.StyleModifier and TypeMethodDescriptionJaxbUuidGenerator.getStyle()Gets the value of the style property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type UuidGenerator.StyleModifier and TypeMethodDescriptionAdapter20.marshal(UuidGenerator.Style value) voidJaxbUuidGenerator.setStyle(UuidGenerator.Style value) Sets the value of the style property. -
Uses of UuidGenerator.Style in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return UuidGenerator.StyleMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type UuidGenerator.StyleModifier and TypeMethodDescriptionstatic StringUuidGeneratorStyleMarshalling.toXml(UuidGenerator.Style style)