Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am using a “top-down” approach for O/R mapping and therefore created a hibernate mapping.hbm.xml file. After this I used Hibernate’s SchemaExport to create my DB tables.
Do I really have to reverse engineer that DB which was created through a Hibernate mapping file to get Spring DAOs or is there an easier way?