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 classe
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