Hi,
We have several existing projects and, in this case, we are trying to reverse engineer a Spring DAO from a MySQL database table.
The problem we’re having is that existing Spring config file is contained in another project from the one where we’re going to create the DAO, however the Hibernate Reverse Engineering wizard will only allow us to look at the folders under the current project.
Can we resolve this issue without needing to restructure our project and, if so, how?
We have tried several possible solutions, however none seem to work.
Thanks for your help,
Tom