HHH-6058 - Error in mapping file in Event.hbm.xml file for documentation in download
This commit is contained in:
parent
8a7d14203d
commit
801e59e606
|
@ -1277,7 +1277,7 @@ public class Person {
|
|||
|
||||
<programlisting role="XML"><![CDATA[ <set name="participants" table="PERSON_EVENT" inverse="true">
|
||||
<key column="EVENT_ID"/>
|
||||
<many-to-many column="PERSON_ID" class="events.Person"/>
|
||||
<many-to-many column="PERSON_ID" class="Person"/>
|
||||
</set>]]></programlisting>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue