Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am newbie trying to use Xdoclet to generate Hibernate based XML config files.
I managed to successfully generate the tablename.hbm.xml file for a particular model (table /class) using xdoclet tags for hibernate.
What i wanted to know is how do I update my hibernate.cfg.xml file to incorporate the newly generated hbm.xml in the <mapping resource> tag of hibernate.cfg.xml.
Also wanted to know if there is a way to generate hibernate.cfg.xml file using Xdoclet tags. If yes on which java file I need to interspere the Xdoclet tags in