diff --git a/documentation/src/main/docbook/manual/en-US/content/query_hql.xml b/documentation/src/main/docbook/manual/en-US/content/query_hql.xml index ae6f487b14..53ab04fece 100644 --- a/documentation/src/main/docbook/manual/en-US/content/query_hql.xml +++ b/documentation/src/main/docbook/manual/en-US/content/query_hql.xml @@ -78,7 +78,7 @@ -
+
Associations and joins @@ -167,7 +167,7 @@ The fetch construct cannot be used in queries called using iterate() (though scroll() can be used). - Fetch should be used together with setMaxResults() or + Fetch should not be used together with setMaxResults() or setFirstResult(), 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.