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.

3 Answers 3

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

0

Eclipse DALI, Netbeans jpa-plugin and Oracle JDevelopper.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.