Re: [google-appengine] Re: PersistenceManager.getObjectsById(*)

2010-01-15 Thread Jeff Schnitzer
You might consider using one of the various opensource alternative API wrappers. Here's one: http://code.google.com/p/objectify-appengine/ Jeff On Fri, Jan 15, 2010 at 12:01 PM, Patrick Twohig wrote: > Mendokusai. I'm moving over to the low-level API. > > On Fri, Jan 15, 2010 at 11:25 AM, Erem

Re: [google-appengine] Re: PersistenceManager.getObjectsById(*)

2010-01-15 Thread Ikai L (Google)
Thanks! That'd be a huge help. On Fri, Jan 15, 2010 at 12:23 PM, Patrick Twohig wrote: > Sure, I can. I've also noticed that calling > PersistenceManager.getObjectById(Object), as opposed to > PersistenceManager.getObjectById(Class, Object), behaves funny as well. > Let me get an exception trace

Re: [google-appengine] Re: PersistenceManager.getObjectsById(*)

2010-01-15 Thread Patrick Twohig
Sure, I can. I've also noticed that calling PersistenceManager.getObjectById(Object), as opposed to PersistenceManager.getObjectById(Class, Object), behaves funny as well. Let me get an exception trace when I run my unit tests again and add that to an issue. On Fri, Jan 15, 2010 at 12:19 PM, Ikai

Re: [google-appengine] Re: PersistenceManager.getObjectsById(*)

2010-01-15 Thread Ikai L (Google)
Can you file an issue in the issue tracker? http://code.google.com/p/googleappengine/issues/list On Fri, Jan 15, 2010 at 12:01 PM, Patrick Twohig wrote: > *Mendokusai.* I'm moving over to the low-level API. > > On Fri, Jan 15, 2010 at 11:25

Re: [google-appengine] Re: PersistenceManager.getObjectsById(*)

2010-01-15 Thread Patrick Twohig
*Mendokusai.* I'm moving over to the low-level API. On Fri, Jan 15, 2010 at 11:25 AM, Erem wrote: > Bump. Particularly on the future plans to implement. > > On Jan 14, 12:31 pm, Patrick Twohig wrote: > > Why doesn't the family of methods PersistenceManager.getObjectsById > actually > > perform

[google-appengine] Re: PersistenceManager.getObjectsById(*)

2010-01-15 Thread Erem
Bump. Particularly on the future plans to implement. On Jan 14, 12:31 pm, Patrick Twohig wrote: > Why doesn't the family of methods PersistenceManager.getObjectsById actually > perform a bulk fetch from the datastore?  Are there future plans to > implement it as a bulk fetch? > > -- > Patrick H.