Would it be possible in hibernate orm 7 or maybe 8 be able to support uuid version 7 which is based on time and random?
Link to RFC RFC 9562 - Universally Unique IDentifiers (UUIDs)
Would it be possible in hibernate orm 7 or maybe 8 be able to support uuid version 7 which is based on time and random?
Link to RFC RFC 9562 - Universally Unique IDentifiers (UUIDs)
Both UUID v6 and v7 are implemented in Hibernate 7, see Jira issue HHH-18377
Awesome just saw that in the main/master branch also