Hi,
I have a n-m connection between two tables and generate the hibernate config using reverse engineering.
Is there a way to conytrol the ‘inverse’ property of the set ?
this is what is generated:
<set name=”hibSwreleases” table=”BLOCKED_ABC_SWRELEASE” inverse=”true” lazy=”true” fetch=”select” schema=”PLS_DB”>
I want the inverse’ property set to false
Thanks,
Marc