[hibernate-commits] Hibernate SVN: r11269 - branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 9 16:00:58 EST 2007


Author: epbernard
Date: 2007-03-09 16:00:58 -0500 (Fri, 09 Mar 2007)
New Revision: 11269

Modified:
   branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml
Log:
ANN-570 doc typo

Modified: branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml	2007-03-09 17:10:33 UTC (rev 11268)
+++ branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml	2007-03-09 21:00:58 UTC (rev 11269)
@@ -2704,7 +2704,7 @@
       </sect3>
     </sect2>
 
-    <sect2 id="entity-hibspec-inheritance" revision="2">
+    <sect2 id="entity-hibspec-inheritance" revision="3">
       <title>Inheritance</title>
 
       <para>SINGLE_TABLE is a very powerful strategy but sometimes, and
@@ -2717,7 +2717,7 @@
       column).</para>
 
       <programlisting>@Entity
-<emphasis role="bold">@DiscriminatorForumla("case when forest_type is null then 0 else forest_type end")</emphasis>
+<emphasis role="bold">@DiscriminatorFormula("case when forest_type is null then 0 else forest_type end")</emphasis>
 public class Forest { ... }</programlisting>
 
       <para>By default, when querying the top entities, Hibernate does not put




More information about the hibernate-commits mailing list