In regards to : postgresql - is it reasonable to require this uuid-ossp
module?
In my experience, I avoided using the uuid-ossp module and just used
java.util.UUID.randomUUID() in my
model class to generate my uuid for me instead having the database generate
the uuid.
Depending on how much access r
Looking for Sponsor for JIRA HHH-3579, this enhancement was originally
requested last year.
I updated the JIRA ticket will patches that implement the enhancement.
Enhancement Summary: Support for PostgreSQL UUID data type
The good folks at NHibernate implemented this feature previously. This is
es