Hello All,
I have a requirement do reverse engineering programmatically, I tried with Eclipse plug in it works perfectly, but I want do the same in my code.
I tried with hibernate-tools-3.2.0.beta9a.jar but I couldn't able to locate the hierarchy of object formation do the following steps.
1. Configuration should be dynamic with DB parameters. 2. With Configuration I have to define the Table Filters how reveng.xml does. 3.Need to generate hbm.xml ,Pojo and DAO Exporters for the schema for the filters selection.
It would be great if anyone give the hierarchy of object formation or code snippet.
Thanks in Advance, Selva
|