I generated hibernate mappings for an existing database through the Database Explorer. I had to customize the mappings because of some many-to-many associations that weren’t automatically generated. The hibernate mapping files all state:
<!– DO NOT EDIT: This is a generated file that is synchronized –>
<!– by MyEclipse Hibernate tool integration. –>
How does one modify the hibernate mapping files and regenerate java source to include the newly added many-to-many associations?