Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
Description
Using MariaDB, GeneratedValue must use GenerationType.IDENTITY (AUTO if Dialect is configured to MySQL/MariaDB will work too)
With 10.3, Sequence are now possible.
Task is to verify that GenerationType.SEQUENCE can be used with JPA.