Hibernate version: Hibernate 3.0 rc 1 (28.02.2005)
Hibernate Tools 3.0 alpha 1 (24.01.2005) testing
Name and version of the database you are using: MySql 4.1.9
I'm using the Hibernate Tools, Eclipse 3.1 (M1), and the tools are working awesome! Very cool. I'm reverse engineering my MySql DB into POJOs.
Now I'd like to have a different name for my generated POJOs.
How can I specify to have a suffix or prefix to my generated Java class names?
I've successfully made a few changes to the Velocity Templates, but don't see how to change the class names.
Is the source code available for the Hibernate Tools? If so, I'll happily peruse the code to figure it out.
Thanks in Advance.
|