HHH-6058 - Error in mapping file in Event.hbm.xml file for documentation in download

This commit is contained in:
Strong Liu 2011-03-30 19:03:05 +08:00
parent 8a7d14203d
commit 801e59e606
1 changed files with 1 additions and 1 deletions

View File

@ -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>