I have an sql script that contains DDL’s for creating many number of tables, simply will execute this script for creating tables in db.
Now i want to use hibernate to perform CURD operations on that tables, but going through each table for creating POJO’s will take time. So, is there any way to generate those POJO with JPA annotations using those DB tables which are already created?
Please help me.
http://www.eclipse.org/webtools/dali/ can generate entities from database if you are using eclipse IDE