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