Customize the templates parsed for "reveng" and the filenames generated
Description
In the Reverse Engeneer UI of Hibernate Tools we have the ability do provide our own Templates. Through these we can modify the code of the generated code. This improvement resides in two serious limitations od this process:
1. We can change the name of the classes and package but we can't modify the file name and directory it will be placed 2. We can only change the existent templates. We can not add new ones for new classes we wish to create.
If there is a work arround to do this other than using an ANT task it would be very usefull. Something perhaps in the line of providing a custom class to substitute the one that has this hardcoded into it?
In the Reverse Engeneer UI of Hibernate Tools we have the ability do provide our own Templates.
Through these we can modify the code of the generated code.
This improvement resides in two serious limitations od this process:
1. We can change the name of the classes and package but we can't modify the file name and directory it will be placed
2. We can only change the existent templates. We can not add new ones for new classes we wish to create.
If there is a work arround to do this other than using an ANT task it would be very usefull.
Something perhaps in the line of providing a custom class to substitute the one that has this hardcoded into it?
Thanks,