[hibernate-commits] Hibernate SVN: r12744 - in trunk/HibernateExt/annotations/doc/reference: fr/modules and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Jul 8 04:29:28 EDT 2007


Author: d.plentz
Date: 2007-07-08 04:29:28 -0400 (Sun, 08 Jul 2007)
New Revision: 12744

Modified:
   trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml
   trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml
Log:
[ANN-616] Mistakes in 2.4.6.2.3 of Manual

Modified: trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml
===================================================================
--- trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml	2007-07-08 07:53:52 UTC (rev 12743)
+++ trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml	2007-07-08 08:29:28 UTC (rev 12744)
@@ -3059,7 +3059,7 @@
 }
 
 @Entity
-public class Parent {
+public class Child {
     ...
     @Basic
     private String name;
@@ -3087,7 +3087,7 @@
 }
 
 @Entity
-public class Parent {
+public class Child {
     ...
     @ManyToOne
     @JoinColumn(name="parent_id", insertable=false, updatable=false, nullable=false)

Modified: trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml
===================================================================
--- trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml	2007-07-08 07:53:52 UTC (rev 12743)
+++ trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml	2007-07-08 08:29:28 UTC (rev 12744)
@@ -3059,7 +3059,7 @@
 }
 
 @Entity
-public class Parent {
+public class Child {
     ...
     @Basic
     private String name;
@@ -3087,7 +3087,7 @@
 }
 
 @Entity
-public class Parent {
+public class Child {
     ...
     @ManyToOne
     @JoinColumn(name="parent_id", insertable=false, updatable=false, nullable=false)




More information about the hibernate-commits mailing list