简体   繁体   中英

A tool for converting database tables to entity java classes for hibernate

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.

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.

Eclipse DALI,Netbeans jpa-plugin和Oracle JDevelopper。

If you have sql schema, you can use https://converter.aldoraweb.com to convert it在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM