[hibernate-commits] Hibernate SVN: r15044 - annotations/trunk/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 12 16:39:15 EDT 2008


Author: d.plentz
Date: 2008-08-12 16:39:15 -0400 (Tue, 12 Aug 2008)
New Revision: 15044

Modified:
   annotations/trunk/doc/reference/en/modules/entity.xml
Log:
Lazy options dup.

Modified: annotations/trunk/doc/reference/en/modules/entity.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/entity.xml	2008-08-12 17:50:46 UTC (rev 15043)
+++ annotations/trunk/doc/reference/en/modules/entity.xml	2008-08-12 20:39:15 UTC (rev 15044)
@@ -2866,8 +2866,7 @@
 
 alter table Child add constraint FK_PARENT foreign key (parent_id) references Parent</programlisting>
 
-      <sect3 id="entity-hibspec-singleassoc-fetching"
-             label="Lazy options and fetching modes">
+      <sect3 id="entity-hibspec-singleassoc-fetching">
         <title>Lazy options and fetching modes</title>
 
         <para>EJB3 comes with the <literal>fetch</literal> option to define




More information about the hibernate-commits mailing list