tromberg / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
5 stars 13 forks source link

maxResult has error #117

Open nuriozalp opened 9 years ago

nuriozalp commented 9 years ago

when we make fetch with a related list, setMaxResult give error. because your code generate left join fetch and hibernate doesnt allow to query with it to get Total Count. So remove fetch please. only left or right join is enough. No need fetch word.