Hi,
I am using latest hibernate 6 series for my project and i am trying to generate JAVA annotations entities using Reverse engineering feature of JBoss hibernate tools.
I am aware that Hibernate 6 series now uses Jakarta persistence instead of Javax persistence.
** I am able to generate entities successfully but due to some reason the Annotations are not generating which are crucial for hibernate to work. **
Previously I used to use hibernate tools maven plugin for my projects but that only supports up to 5.4 series, and no new plugin is released by hibernate as of now.
I believe that this is due to some the Jakarta and Javax change because if I try to use Javax persistence and older version of hibernate I am successfully able to generate entities with annotations as well but in Hibernate 6 it is not the case.
Please Help