[jboss-cvs] JBossAS SVN: r102844 - projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 23 20:48:17 EDT 2010


Author: laubai
Date: 2010-03-23 20:48:17 -0400 (Tue, 23 Mar 2010)
New Revision: 102844

Modified:
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/inheritance_mapping.xml
Log:
JBPAPP-3964 Corrected table per hierarchy to per class hierarchy.

Modified: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/inheritance_mapping.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/inheritance_mapping.xml	2010-03-24 00:10:46 UTC (rev 102843)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/inheritance_mapping.xml	2010-03-24 00:48:17 UTC (rev 102844)
@@ -74,7 +74,7 @@
             <literal>&lt;joined-subclass&gt;</literal> and 
             <literal>&lt;union-subclass&gt;</literal> mappings under the same root
             <literal>&lt;class&gt;</literal> element. It is possible to mix together
-            the table per hierarchy and table per subclass strategies under the
+            the table per class hierarchy and table per subclass strategies under the
             the same <literal>&lt;class&gt;</literal> element, by combining the 
             <literal>&lt;subclass&gt;</literal> and <literal>&lt;join&gt;</literal>
             elements (see below for an example).
@@ -105,7 +105,7 @@
         <para>
             Suppose we have an interface <literal>Payment</literal> with the implementors
             <literal>CreditCardPayment</literal>, <literal>CashPayment</literal>,
-            and <literal>ChequePayment</literal>. The table per hierarchy mapping would
+            and <literal>ChequePayment</literal>. The table per class hierarchy mapping would
             display in the following way:
         </para>
 
@@ -227,7 +227,7 @@
         <title>Mixing table per class hierarchy with table per subclass</title>
 
         <para>
-            You can even mix the table per hierarchy and table per subclass strategies
+            You can even mix the table per class hierarchy and table per subclass strategies
             using the following approach:
         </para>
 




More information about the jboss-cvs-commits mailing list