Hi George, Not a direct answer to your question, but if you're looking for something "lighter" than JDO/JPA, I would encourage you to have a look at Objectify: it's much closer to DS api than JPA/JDO (and much simpler and more efficient...) but still provides a good level of abstraction for efficient programming.
Something that could be tried (as Objectify uses some JPA annotation) is to remap JPA entities onto Objectify entities but it very much depends on your level of sophistication in the use of JPA. regards didier On Oct 31, 10:08 pm, George Moschovitis <[email protected]> wrote: > Is there a way to convert a JDO/JPA POJO to the corresponding > Datastore Entity? I am sure this functionality exists in the JDO/JPA > implementation but is this exposed in a public API? (maybe through a > helper). > > This would allow mixing calls to JDO/JPA with calls to the low-level > API for special case optimizations. > > regards, > George. -- 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.
