Is your feature request related to a problem? Please describe.
Currently an UUID is always stored as a VARCHAR(36), but since UUIDs are just hex values with seperators, they could be stored in a BINARY(16).
Describe the solution you'd like
- An option in the Column annotation like
preferBinary
- A setting in the ORMConfig like
preferBinaryUuids
Is your feature request related to a problem? Please describe.
Currently an UUID is always stored as a
VARCHAR(36), but since UUIDs are just hex values with seperators, they could be stored in aBINARY(16).Describe the solution you'd like
preferBinarypreferBinaryUuids