Closed
Description
JDBC can generate an identity using different strategies. One can tell Hibernate ORM which one to choose using hibernate.jdbc.use_get_generated_keys
. Currently, we are trying to support all the queries generated by Hibernate ORM for the different cases.
With the Vert.x client, we usually have one way to get the id, so we can ignore the property and select the best option for each database.
Metadata
Metadata
Assignees
Labels
No labels