Fixed
Details
Assignee
Steve EbersoleSteve EbersoleReporter
Emmanuel BernardEmmanuel BernardTime tracking
0.63h loggedComponents
Fix versions
Priority
Major
Details
Details
Assignee
Steve Ebersole
Steve EbersoleReporter
Emmanuel Bernard
Emmanuel BernardTime tracking
0.63h logged
Components
Fix versions
Priority
Created January 20, 2015 at 3:32 PM
Updated October 27, 2016 at 2:49 PM
Resolved March 21, 2015 at 7:45 PM
Report from the discussion started here
http://lists.jboss.org/pipermail/hibernate-dev/2015-January/012082.html
The idea was to support UUID generation when @GeneratedValue(AUTO) is set on a
UUID
property. I proposedString
too but Steve is more skeptical.Another aspect is to bind the UUID property to the native UUID type in the database. This is related to and
A final and related aspect is to make the AUTO/IDENTITY/SEQUNCE generation mapping to be customizable based on data like the (OGM) dialect and the type. For example OGM would plug an implementation that uses MongoDB ObjectId generation for IDENTITY.