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.Style
Returns 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.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return UuidGenerator.StyleMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type UuidGenerator.StyleModifier and TypeMethodDescriptionstatic String
UuidGeneratorStyleMarshalling.toXml
(UuidGenerator.Style style) -
Uses of UuidGenerator.Style in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as UuidGenerator.StyleMethods in org.hibernate.boot.jaxb.mapping.spi that return UuidGenerator.StyleModifier and TypeMethodDescriptionJaxbUuidGeneratorImpl.getStyle()
Gets the value of the style property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type UuidGenerator.StyleModifier and TypeMethodDescriptionAdapter18.marshal
(UuidGenerator.Style value) void
JaxbUuidGeneratorImpl.setStyle
(UuidGenerator.Style value) Sets the value of the style property. -
Uses of UuidGenerator.Style in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return UuidGenerator.StyleMethods in org.hibernate.boot.models.annotations.internal with parameters of type UuidGenerator.Style