Hibernate Tools version: 3.2.4.Alpha1
Hi,
I am generating successfully my HBM, POJO and DAO files using Hibernate Tools eclipse plugin.
What I would like to change is the destination of those files. As of now, everything goes to a package named "cls.common.hibernate". I would like to output the files to the packages "cls.common.hibernate.dao", "cls.common.hibernate.pojo" and "cls.common.hibernate.hbm" in order to improve the organization of the code.
If I change the output path of each exporter in the launch configuration, I end up with separation of the files but additional directory structure is created in those directories? For instance : "cls.common.hibernate.hbm.cls.common.hibernate".
Would there be a way to avoid the generation of this extra path corresponding to the name of the package ?
|