|
Page: http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/queryhql.html
I might be mistaken, but it looks like the following phrase a "not" is missing: "Fetch should 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"
Shouldn't it be: "Fetch should not be used... "
Regards, Maarten.
|