Hi,
I am trying to use PersistenceManager.getObjectByIds() method in order
fetch multiple object at once.
1. Is it supported by appengine?
2. If yes, which keys should I pass to the collection?
For the single object I use the following call:
pm.getObjectById(A.class, name)
3. Is it possible to convert low-level api Entity object if that
represents class A into the object of class A (which is
PersistenceCapable)?
In other words, is it possible to use JDO enhancement if I used a
low-level API for loading the object from the storage?
Thanks!
--
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.