Thank you. But I can't understand the meaning of the sample program. I do know about "lazy" load problem and maybe I need to construct more than 1000 entries to do a test.
On Mon, Aug 17, 2009 at 5:14 PM, leszek <[email protected]> wrote: > > May be you are experiencing some "lazy" load problem. > > Try simply something like: > > List<Model> tempList = temp.getModels(); > tempList.add(model). > > It worked for me, but I'm guessing only, > > > > > -- Huang Zhiqiang Computer Science College Zhejiang University --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
