3

I need a tool for converting database tables to entity java files for hibernate.

There are 20 tables (mysql) and I don't want to copy table's column name to my Java file and so on.

Any suggestions ?

Thanks.

Altug
  • 1,723
  • 3
  • 19
  • 27

3 Answers3

4

Hibernate Tools.

Keep in mind that entity classes / mappings that Database Reverse Engineering tool will generate may not be ideal (depending on complexity of your database) and you'll have to manually update them.

Take a look at this question as well.

Community
  • 1
  • 1
ChssPly76
  • 99,456
  • 24
  • 206
  • 195
1

If you have sql schema, you can use https://converter.aldoraweb.com to convert itenter image description here

aldora372
  • 192
  • 2
  • 12
0

Eclipse DALI, Netbeans jpa-plugin and Oracle JDevelopper.

Fırat Küçük
  • 5,613
  • 2
  • 50
  • 53