Author
ant scripts to generate the hbm file
saranga rao
Ranch Hand
Joined: Apr 24, 2007
Posts: 49
Hi Guys Do you have any ant scripts to generate the hbm file from database "with out " help of xdoclet or middlegen etc...jst simple ant script. any suggestion will be thankfull Regards, saranga [ May 03, 2007: Message edited by: Bear Bibeault ]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32765
posted May 03, 2007 07:15:00
0
Why would you want to avoid the tools that were created to do this?
Android apps – ImageJ plugins – Java web charts
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 16622
posted May 03, 2007 15:48:00
0
Hibernate tools is built exactly for this. It can create hbm files from a database or even create database tables based on mapped classes and files. Please check out Main page http://www.hibernate.org/255.html Hibernate Ant tasks documentation http://www.hibernate.org/hib_docs/tools/reference/en/html/ Good Luck Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
saranga rao
Ranch Hand
Joined: Apr 24, 2007
Posts: 49
HI, Mark Spritzler.......thank you........
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 16622
posted May 05, 2007 13:51:00
0
Originally posted by saranga rao: HI, Mark Spritzler.......thank you........
You are very welcome, it is out priviledge to help you and everyone at the Ranch. Mark
subject: ant scripts to generate the hbm file