Fixed typo
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8874 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
07426d8a33
commit
62db13aa32
|
@ -844,7 +844,7 @@ public class Person {
|
|||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="tutorial-associations-unidirset" revision="2">
|
||||
<sect2 id="tutorial-associations-unidirset" revision="3">
|
||||
<title>A unidirectional Set-based association</title>
|
||||
|
||||
<para>
|
||||
|
@ -893,7 +893,7 @@ public class Person {
|
|||
|
||||
<set name="events" table="PERSON_EVENT">
|
||||
<key column="PERSON_ID"/>
|
||||
<many-to-many column="EVENT_ID" class="Event"/>
|
||||
<many-to-many column="EVENT_ID" class="events.Event"/>
|
||||
</set>
|
||||
|
||||
</class>]]></programlisting>
|
||||
|
|
Loading…
Reference in New Issue