I’ve been working with MyEclipse for a year now, and am very happy with it. However, I have a slight issue with the latest version of the Hibernate generator. We actually NEED the hibernate classes and mappings to be flat instead of including all the relations. In the beta, all generation was flat and it worked perfectly for us. The new one causes all related tables to be pulled in as well when a simple query is done.
Is there any way through configuration or something to go back to generating flat Hibernate classes and mappings? If not, is there any way that the wizard itself could be enhanced to allow that to take place?