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 78
78
79
79
</section >
80
80
81
- <section xml : id =" queryhql-joins" revision =" 2 " >
81
+ <section xml : id =" queryhql-joins" revision =" 3 " >
82
82
<title >Associations and joins</title >
83
83
84
84
<para >
167
167
<para >
168
168
The <literal >fetch</literal > construct cannot be used in queries called using
169
169
<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
171
171
<literal >setFirstResult()</literal >, as these operations are based on the result rows which
172
172
usually contain duplicates for eager collection fetching, hence, the number of rows is not what
173
173
you would expect.
You can’t perform that action at this time.
0 commit comments