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.