HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning
This commit is contained in:
parent
38e2d37d39
commit
b7975a65fb
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue