Implement HBM to JPA annotation generation
Description
Environment
None
Activity
Show:
Details
Details
Assignee
Unassigned
UnassignedReporter

Participants

Fix versions
Priority
Created March 28, 2017 at 12:26 PM
Updated February 24, 2025 at 12:06 PM
Currently it is only possible to generate JPA annotated Java classes by reverse engineering an existing database. With hbm.xml files closely to being deprecated, it makes sense to provide a migration strategy by implementing a generator that creates JPA annotated classes from the HBM model or even better, updates existing Hibernate POJOs with the relevant JPA annotations.