Issue
I am having tables created by a DBA. And I want to have entity classes for each table for further querying. Can any one suggest how to automatically create the entity classes using eclipse?
Solution
If you use JPA for persistence, you can use "JPA tools" provided by Eclipse to generate java entity class from tables.
Here is the tutorial
Answered By - Sheng.W
Answer Checked By - Marie Seifert (JavaFixing Admin)