0

I've restricted access to the eclipse market place and a network with terrible connectivity issues , therefore i wont be able to download Jboss tools which is like more than 300MB .

Is there a way to generate jpa/hibernate model classes from database without using JBoss hibernate tools ?

John Thomas
  • 212
  • 3
  • 21

1 Answers1

0

yes, it is possible to generate hibernate/jpa specific model classes from you database using hibernate maven plugin. Only thing is your project should be maven project.

Please refer below links:

In the below link plz check the first answer provided by John citizen. [https://developer.jboss.org/message/801478?_sscc=t#801478][1]

below link for any trouble shooting.

How to configure maven hbm2hbmxml and hbm2java to run one after the other in mvn clean install

Community
  • 1
  • 1
Reena Upadhyay
  • 1,977
  • 20
  • 35