Questions Tagged With hibernatehttps://answers.axonivy.com/tags/hibernate/?type=rss&user=anhlequestions tagged <span class="tag">hibernate</span>enFri, 21 Feb 2020 04:08:26 -0500The hibernate jpamodelgen cannot generate entities extended from a dependency projecthttps://answers.axonivy.com/questions/4407/the-hibernate-jpamodelgen-cannot-generate-entities-extended-from-a-dependency-project<p>I have 2 project A and B. Project A dependency project B. Project B have a "ToggleableEntity" class and Project A have a "OrganizationalUnit" class</p> <p>"OrganizationalUnit" class extend "ToggleableEntity" class. When I build with maven and using hibernate jpamodelgen to generate "OrganizationalUnit_" class then ToggleableEntity missed in "OrganizationalUnit_" class</p> <p>The pom.xml file <img alt="alt text" src="https://answers.axonivy.com/upfiles/demo_3.JPG"></p> <p>The result: <img alt="alt text" src="https://answers.axonivy.com/upfiles/demo_1.png"></p> <p>The expected <img alt="alt text" src="https://answers.axonivy.com/upfiles/demo_4.JPG"></p>anhleFri, 21 Feb 2020 04:08:26 -0500https://answers.axonivy.com/questions/4407/the-hibernate-jpamodelgen-cannot-generate-entities-extended-from-a-dependency-projectmavenhibernate