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
You can try the Telosys code generator. It can help for this kind of job.
It allows to generate the Java (POJO) classes from any database
with the basic templates and you can also create your own
template (a Velocity file) to generate your DAO classes