Hi Roman, According to what you are trying to achieve, you may give a try to Objectify: it's annotation-based like JDO but much closer to the low- level DS Api if you need to convert back and forth between high & low- level.
See http://code.google.com/p/objectify-appengine/ (very well documented) regards didier On Sep 4, 4:46 pm, Roman <[email protected]> wrote: > 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.
