Revision: 5403
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5403&view=rev
Author: julian-maughan
Date: 2011-02-27 12:39:03 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
Fixed mapping error in documentation (ref. NH-2506).
Modified Paths:
--------------
trunk/nhibernate/doc/reference/modules/collection_mapping.xml
Modified: trunk/nhibernate/doc/reference/modules/collection_mapping.xml
===================================================================
--- trunk/nhibernate/doc/reference/modules/collection_mapping.xml 2011-02-26 17:50:12 UTC (rev 5402)
+++ trunk/nhibernate/doc/reference/modules/collection_mapping.xml 2011-02-27 12:39:03 UTC (rev 5403)
@@ -961,7 +961,7 @@
<programlisting><![CDATA[<map name="Contracts" lazy="true">
<key column="employer_id"/>
<index-many-to-many column="employee_id" class="Employee"/>
- <one-to-many column="contract_id" class="Contract"/>
+ <one-to-many class="Contract"/>
</map>]]></programlisting>
<programlisting><![CDATA[<map name="Connections" lazy="true">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|