File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/src/main/docbook/manual/en-US/content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
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.
You can’t perform that action at this time.
0 commit comments