Hello,
as i can't find a "tutorial" to configure the hibernate tools that they generate a base class and an extended class i ask the question here.
So my idea is to write the hibernate mapping file and get the java code generated from it but i would like to have a base class generated from it and an empty extended class thereof (just to save the initial typing effort). I know that there was the option in tools version 2 to configure something like "baseclass-prefix" but this doesnt work in version 3?!?
I also know about the "generated-class" meta attribute, but i need this tag for every class (anoying and redundant typing, as it is the class name and a suffix "Base") and the inheritance of the "package" attribute isn't working on the generated-class attribute.
Can somebody help?
Thanks,
Cole
|