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
Subclasses with type arguments of type UuidGenerator.Style in org.hibernate.annotationsModifier and TypeClassDescriptionstatic enumRepresents a kind of UUID, that is, what RFC 4122 calls a "version".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.spi
Subclasses with type arguments of type UuidGenerator.Style in org.hibernate.boot.jaxb.mapping.spiFields 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) voidJaxbUuidGeneratorImpl.setStyle(UuidGenerator.Style value) Sets the value of the style property.