Author: ochikvina
Date: 2009-01-22 09:29:59 -0500 (Thu, 22 Jan 2009)
New Revision: 13190
Modified:
trunk/hibernatetools/docs/reference/en/modules/reverseengineering.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-571 - deleting old marker;
Modified: trunk/hibernatetools/docs/reference/en/modules/reverseengineering.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/reverseengineering.xml 2009-01-22
14:26:15 UTC (rev 13189)
+++ trunk/hibernatetools/docs/reference/en/modules/reverseengineering.xml 2009-01-22
14:29:59 UTC (rev 13190)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="reverseengineering" role="updated">
+<chapter id="reverseengineering">
<title>Controlling reverse engineering</title>
<para>When using the <emphasis>
@@ -33,7 +33,7 @@
to a fully qualified classname.</para>
</section>
- <section id="hibernaterevengxmlfile" role="updated">
+ <section id="hibernaterevengxmlfile">
<title>hibernate.reveng.xml file</title>
<para>To have fine control over the process a <emphasis>
@@ -95,11 +95,11 @@
<foreign-key constraint-name="ORDER_CUST">
<many-to-one property="customer"/>
<set property="orders"/>
- </foreign-key>
- <!-- can also control a pure (shared pk) one-to-one -->
- <foreign-key constraint-name="ADDRESS_PERSON">
- <one-to-one exclude="false"/>
- <inverse-one-to-one exclude="true"/>
+ </foreign-key>
+ <!-- can also control a pure (shared pk) one-to-one -->
+ <foreign-key constraint-name="ADDRESS_PERSON">
+ <one-to-one exclude="false"/>
+ <inverse-one-to-one exclude="true"/>
</foreign-key>
</table>
@@ -714,14 +714,14 @@
exclude="true|false"/>
<set
property="aCollectionName"
- exclude="true|false"
-
- <one-to-one
- property="aPropertyName"
- exclude="true|false"/>
- <inverse-one-to-one
- property="aPropertyName"
+ exclude="true|false"
+
+ <one-to-one
+ property="aPropertyName"
exclude="true|false"/>
+ <inverse-one-to-one
+ property="aPropertyName"
+ exclude="true|false"/>
</foreign-key>]]></programlisting>
<table frame="topbot">
<title>Foreign-key attributes</title>
@@ -812,27 +812,27 @@
Exclude can be used to explicitly define that it should be created or
not.</para></entry>
<entry><para>Optional</para></entry>
- </row>
-
- <row>
- <entry><para>one-to-one</para></entry>
-
- <entry><para>Defines that a one-to-one should be created and
the
- property attribute specifies the name of the resulting property.
Exclude can be
- used to explicitly define that it should be created or
not.</para></entry>
-
- <entry><para>Optional</para></entry>
- </row>
-
- <row>
- <entry><para>inverse-one-to-one</para></entry>
-
- <entry><para>Defines that an inverse one-to-one should be
created based on this foreign-key
- and the property attribute specifies the name of the resulting
property.
- Exclude can be used to explicitly define that it should be created or
not.</para></entry>
-
- <entry><para>Optional</para></entry>
</row>
+
+ <row>
+ <entry><para>one-to-one</para></entry>
+
+ <entry><para>Defines that a one-to-one should be created and
the
+ property attribute specifies the name of the resulting property.
Exclude can be
+ used to explicitly define that it should be created or
not.</para></entry>
+
+ <entry><para>Optional</para></entry>
+ </row>
+
+ <row>
+ <entry><para>inverse-one-to-one</para></entry>
+
+ <entry><para>Defines that an inverse one-to-one should be
created based on this foreign-key
+ and the property attribute specifies the name of the resulting
property.
+ Exclude can be used to explicitly define that it should be created or
not.</para></entry>
+
+ <entry><para>Optional</para></entry>
+ </row>
</tbody>
</tgroup>