[hibernate-commits] Hibernate SVN: r12724 - in core/trunk/documentation/manual: fr-FR/src/main/docbook/modules and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 4 02:05:54 EDT 2007


Author: d.plentz
Date: 2007-07-04 02:05:53 -0400 (Wed, 04 Jul 2007)
New Revision: 12724

Modified:
   core/trunk/documentation/manual/en-US/src/main/docbook/modules/performance.xml
   core/trunk/documentation/manual/en-US/src/main/docbook/modules/tutorial.xml
   core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml
   core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml
Log:
[HHH-1116] batch-size typo

Modified: core/trunk/documentation/manual/en-US/src/main/docbook/modules/performance.xml
===================================================================
--- core/trunk/documentation/manual/en-US/src/main/docbook/modules/performance.xml	2007-07-04 06:01:25 UTC (rev 12723)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/performance.xml	2007-07-04 06:05:53 UTC (rev 12724)
@@ -532,7 +532,7 @@
 </class>]]></programlisting>
 
             <para>
-                With a <literal>batch-size</literal> of 8, Hibernate will load 3, 3, 3, 1 collections in four
+                With a <literal>batch-size</literal> of 3, Hibernate will load 3, 3, 3, 1 collections in four
                 <literal>SELECT</literal>s. Again, the value of the attribute depends on the expected number of
                 uninitialized collections in a particular <literal>Session</literal>.
             </para>

Modified: core/trunk/documentation/manual/en-US/src/main/docbook/modules/tutorial.xml
===================================================================
--- core/trunk/documentation/manual/en-US/src/main/docbook/modules/tutorial.xml	2007-07-04 06:01:25 UTC (rev 12723)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/tutorial.xml	2007-07-04 06:05:53 UTC (rev 12724)
@@ -1211,7 +1211,7 @@
             </para>
 
             <para>
-                Many developers program defensive and create a link management methods to
+                Many developers program defensive and create link management methods to
                 correctly set both sides, e.g. in <literal>Person</literal>:
             </para>
 

Modified: core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml
===================================================================
--- core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml	2007-07-04 06:01:25 UTC (rev 12723)
+++ core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml	2007-07-04 06:05:53 UTC (rev 12724)
@@ -563,7 +563,7 @@
 </class>]]></programlisting>
 
         <para>
-            Avec une taille de lot (<literal>batch-size</literal>) de 8, Hibernate chargera 
+            Avec une taille de lot (<literal>batch-size</literal>) de 3, Hibernate chargera 
         respectivement 3, 3, 3, et 1 collections en quatre <literal>SELECT</literal>s. 
         Encore une fois, la valeur de l'attribut dépend du nombre de collections
         non initialisées dans une <literal>Session</literal> particulière.

Modified: core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml
===================================================================
--- core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml	2007-07-04 06:01:25 UTC (rev 12723)
+++ core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml	2007-07-04 06:05:53 UTC (rev 12724)
@@ -527,7 +527,7 @@
 </class>]]></programlisting>
 
             <para>
-                Com um <literal>batch-size</literal>de 8, o Hibernate irá carregar 3, 3, 3, 1 coleções em 4 
+                Com um <literal>batch-size</literal> de 3, o Hibernate irá carregar 3, 3, 3, 1 coleções em 4 
                 <literal>SELECT</literal>s. Novamente, o valor do atributo depende do número esperado de coleções 
                 não inicialiadas em determinada <literal>Session</literal>.
             </para>




More information about the hibernate-commits mailing list