anushakilari wrote:
Hi,
Iam using Eclipse Indigo, is there any UI based tool which generates Hibernate configuration files, DAO and POJO classes directly from database(MYSQL)...
Hi anushakilari,
Yes there is a hibernate eclipse plugin which you can user for generating the POJO , DAO and xxx.hbm.xml files deirectly from the any database (those supported by hibernate). You need to install the hibernate plugin in your eclipse IDE
Well, most convenient and safest way is to use JBoss update site within Eclipse software updates (Help -> Software Updates... -> Add Site...):
http://download.jboss.org/jbosstools/updates/stable/
There you can find Hibernate tools together with other handy JBoss plugins.