Author: msorokin
Date: 2009-02-25 11:21:50 -0500 (Wed, 25 Feb 2009)
New Revision: 13794
Modified:
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-548
The info about "Detect one-to-one associations" checkbox is added
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2009-02-25 13:38:25 UTC
(rev 13793)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2009-02-25 16:21:50 UTC
(rev 13794)
@@ -838,6 +838,26 @@
strategy.</para>
</entry>
</row>
+
+ <row>
+ <entry>
+ <para>Detect one-to-one associations</para>
+ </entry>
+
+ <entry>
+ <para>
+ Reverse engineering detects one-to-one associations via primary key and
both hbm.xml and annotation generation generates the proper code for it.
+ </para>
+ <para>
+ The detection is enabled by default (except for Seam 1.2 and Seam 2.0)
reverse engineering.
+ For Hibernate Tools generation there is a checkbox to disable if not
wanted.
+
+ </para>
+ </entry>
+ </row>
+
+
+
<row>
<entry>