Hibernate creating Dynamic Mapping File
843859Aug 21 2006 — edited Aug 22 2006Hi All,
I am supposed to create the Mapping Hbm file dynamically at run time. I learnt that this can be acheived from a Java class file using Xdoclets. But in my case i have to do it from a Xml File. Can this done by xdoclets or anything else?
Parsing the xml file and creating the Mapping file would be a good Idea. Is there is any way?
Thanks
Aski