Hi all,
I'd like to know how to exclude a given class from being generated by hbm2java.
Background:
I have mapping files that define a simple hierarchy of classes. Creating these classes using hbm2java works fine. Now I'd like to provide implementations for two of these classes myself. That's why I'd like to exclude them from being generated by hbm2java.
Solutions I have tried:
For the time being, hbm2java writes files to a temp directory. Then I copy the files to a target directory, thereby ignoring those that I do not need.
Thanx,
Martin
|