Package org.hibernate.annotations
Annotation Type UuidGenerator
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface UuidGenerator
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description UuidGenerator.Style
style
Which style of generation should be used
-
-
-
Element Detail
-
style
UuidGenerator.Style style
Which style of generation should be used- Default:
- org.hibernate.annotations.UuidGenerator.Style.AUTO
-
-