Skip to content

Simplify identity generation #1553

Closed
Closed
@DavideD

Description

@DavideD

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
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions