Author: scottmarlownovell
Date: 2006-08-31 15:02:36 -0400 (Thu, 31 Aug 2006)
New Revision: 10389
Modified:
trunk/Hibernate3/doc/reference/en/modules/basic_mapping.xml
Log:
Changed doc from:
5.1.18.?\194?\160join
Using the <join> element, it is possible to map properties of one class to several
tables.
To:
5.1.18.?\194?\160join
Using the <join> element, it is possible to map properties of one class to several
tables, when there's a 1-to-1 relationship between the tables.
Modified: trunk/Hibernate3/doc/reference/en/modules/basic_mapping.xml
===================================================================
--- trunk/Hibernate3/doc/reference/en/modules/basic_mapping.xml 2006-08-31 15:22:07 UTC
(rev 10388)
+++ trunk/Hibernate3/doc/reference/en/modules/basic_mapping.xml 2006-08-31 19:02:36 UTC
(rev 10389)
@@ -2400,7 +2400,7 @@
<para>
Using the <literal><join></literal> element, it
is possible to map
- properties of one class to several tables.
+ properties of one class to several tables, when there's a 1-to-1
relationship between the tables.
</para>
<programlistingco>