Hi Vahid, I've tried disabling lazy loading as well but I doubt it has any impact because my object doesnt have any relations to any other objects. Checking the generated SQL statements show that it's only producing one select statement and it runs very fast.
Regards, Aldrich On Apr 24, 10:02 pm, Vahid <[email protected]> wrote: > perhaps lazy loading is on and during the loop you are fetching tons > of records. check the produced sql to know what are you doing exactly. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
