How to generate orm mapping classes from sql schema in Java
问题 I have an existing sql schema file for db. Is it possible to generate and re-generate when needed DAO's entities and all other required helper/client classes to access it? I don't mind what will it be -- hibernate, other jpa or something else. 回答1: Asuming you/others are still looking for a solution: I just got the same problem and got it working in Eclipse (slightly different) as follows: created JPA Project and downloaded & added user library in the wizard Also wanted to give a schema-sql