With Google App Engine you are invariably required to use the class 
com.google.appengine.api.datastore.Key for your primary key.

I would like to be able to compare the behaviour of of DataNucleus JDO between 
an RDBMS (e.g., HSQL) and Google's Big Table data store.  But I can't see any 
nice way to do this without having to have duplicate model/domain objects, as 
well as duplicate DAOs, because of the primary key difference.

Is anybody doing this, and if so, how are you handling it?

--~--~---------~--~----~------------~-------~--~----~
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-java@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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to