[HHH-1116] batch-size typo

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12724 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Diego Plentz 2007-07-04 06:05:53 +00:00
parent 2f236d6416
commit 76e49f9b09
4 changed files with 4 additions and 4 deletions

View File

@ -532,7 +532,7 @@ Cat fritz = (Cat) iter.next();]]></programlisting>
</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>

View File

@ -1211,7 +1211,7 @@ public void setParticipants(Set participants) {
</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>

View File

@ -563,7 +563,7 @@ Cat fritz = (Cat) iter.next();]]></programlisting>
</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.

View File

@ -527,7 +527,7 @@ Cat fritz = (Cat) iter.next();]]></programlisting>
</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>