When you currently reverse engineer using hibernate, you get a GUI, that asks you for two specific artifact types: DAOs and POJOs. But what, if you e.g. want to also generate other custom classes appart from DAOs and POJOs?
The current system looks into the folders named “dao” and “pojo” within the template directory to find the respective “entry point” templates.
In our case, I would also like to generate extra classes, that should reside in an extra folder outside of the existing dao and pojo folders.
It would be nice, if the GUI for reverse engineering would offer such a feature, that you could somehow specify a custom folder on the same level as dao and pojo, but e.g. for your “service”, “form”, “gluCode” and other classes you may want to generate.
The generator would then ask for some startup parameters like the custom folder location and name and other parameters and you are ready to go.
Is there a solution for this already? Maybe not with the gui, but on linux command line interface?
Kind regards.