Hi,
It is possible to put the generated pojos and hbms in different directories.
Can i also put them there in different packages?
For an example:
\project-base\mapping\com\project\hibernate\mapping
\project-base\pojos\com\project\hibernate\entity\base
And not:
\project-base\pojos\com\project\hibernate\entity\base
\project-base\mapping\com\project\hibernate\entity\base
The mapping and pojo dir is the base dir; The packages should be than generated by hibernate tools and inserted correctly into the pojos as normal
package name.
Is this possible? How?
Thx for help,
cheers,
Gerald
|