HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning

This commit is contained in:
Darren Evenson 2013-08-06 10:11:19 -05:00 committed by Brett Meyer
parent 38e2d37d39
commit b7975a65fb
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
</section> </section>
<section xml:id="queryhql-joins" revision="2"> <section xml:id="queryhql-joins" revision="3">
<title>Associations and joins</title> <title>Associations and joins</title>
<para> <para>
@ -167,7 +167,7 @@
<para> <para>
The <literal>fetch</literal> construct cannot be used in queries called using The <literal>fetch</literal> construct cannot be used in queries called using
<literal>iterate()</literal> (though <literal>scroll()</literal> can be used). <literal>iterate()</literal> (though <literal>scroll()</literal> can be used).
<literal>Fetch</literal> should be used together with <literal>setMaxResults()</literal> or <literal>Fetch</literal> should not be used together with <literal>setMaxResults()</literal> or
<literal>setFirstResult()</literal>, as these operations are based on the result rows which <literal>setFirstResult()</literal>, as these operations are based on the result rows which
usually contain duplicates for eager collection fetching, hence, the number of rows is not what usually contain duplicates for eager collection fetching, hence, the number of rows is not what
you would expect. you would expect.