Package org.hibernate.annotations
Annotation Type UuidGenerator
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description UuidGenerator.Style
style
Specifies which style of UUID generation should be used.
-
-
-
Element Detail
-
style
UuidGenerator.Style style
Specifies which style of UUID generation should be used.- Default:
- org.hibernate.annotations.UuidGenerator.Style.AUTO
-
-