Skip to content

Commit 74efab3

Browse files
Darren Evensonbrmeyer
authored andcommitted
HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning
1 parent baccf6a commit 74efab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/main/docbook/manual/en-US/content/query_hql.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
</section>
8080

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

8484
<para>
@@ -167,7 +167,7 @@
167167
<para>
168168
The <literal>fetch</literal> construct cannot be used in queries called using
169169
<literal>iterate()</literal> (though <literal>scroll()</literal> can be used).
170-
<literal>Fetch</literal> should be used together with <literal>setMaxResults()</literal> or
170+
<literal>Fetch</literal> should not be used together with <literal>setMaxResults()</literal> or
171171
<literal>setFirstResult()</literal>, as these operations are based on the result rows which
172172
usually contain duplicates for eager collection fetching, hence, the number of rows is not what
173173
you would expect.

0 commit comments

Comments
 (0)