Skip to content

Commit

Permalink
HHH-8055 error in docs - associations and joins - meaning is opposite…
Browse files Browse the repository at this point in the history
… of intended meaning
  • Loading branch information
Darren Evenson authored and brmeyer committed Aug 6, 2013
1 parent baccf6a commit 74efab3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -78,7 +78,7 @@

</section>

<section xml:id="queryhql-joins" revision="2">
<section xml:id="queryhql-joins" revision="3">
<title>Associations and joins</title>

<para>
Expand Down Expand Up @@ -167,7 +167,7 @@
<para>
The <literal>fetch</literal> construct cannot be used in queries called using
<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
usually contain duplicates for eager collection fetching, hence, the number of rows is not what
you would expect.
Expand Down

0 comments on commit 74efab3

Please sign in to comment.