Hi all
i'm using hibernate tools 3.2.0 beta6. Is there a possibily to exclude the generation of the schema name in the mapping files (for examle a tag in hibernate.reveng.xml) ? I know that one possibility is to adjust the ftl template)
Code:
<class name="najsre7.model.Benutzer" table="TBENUTZER" >
instead of :
Code:
<class name="najsre7.model.Benutzer" table="TBENUTZER" schema="NAJSRE7_WEB">
Does this version also support many-to-many relationships? If yes how do i have to define them in hibernate.reveng.xml?
regards
Angela