Hey all,

Are there any built in tools in the API to translate a managed JDO
object into a low-level Entity?

I want to do a batch put of some JDO-managed objects and some low-
level Entities. If I could translate JDO-managed objects into bigtable
Entities, I could do this in one call to the low-level API rather than
one call to persistenceManager.makePersistentAll(Collection) and
another to datastoreService.put(Iterable<Entity>).

Thanks for the help!

Erem

--

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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=.


Reply via email to