How To Use JPA GenerationType.AUTO
And UUID Identifiers
Description: This application is an example of using the JPA GenerationType.AUTO
for assigning automatically UUID identifiers.
Key points:
- store UUID in a
BINARY(16)
column
How To Use JPA GenerationType.AUTO
And UUID Identifiers
Description: This application is an example of using the JPA GenerationType.AUTO
for assigning automatically UUID identifiers.
Key points:
BINARY(16)
column