Closed GoogleCodeExporter closed 9 years ago
Any news about this? any workaround?
Original comment by pablo.ca...@gmail.com
on 15 Aug 2011 at 4:23
Looks like Key constructor that accepts a raw datastore key is still supported
on the client.
So using the datastore key factory to generate a datastore key and then creating
an Objectify key using that seems to work.
Key Factory
com.google.appengine.api.datastore.KeyFactory
Key<Person> key = new Key<Person>(KeyFactory.createKey(null, "Person",
personObj.dataStoreId));
I got this from looking at the code found here
http://code.google.com/p/objectify-gwtkey/
Original comment by virtualb...@gmail.com
on 15 Oct 2011 at 7:22
Since the gwt code is no longer part of Objectify core, this needs to be
reopened at https://code.google.com/p/objectify-gwt/
Original comment by lhori...@gmail.com
on 14 Apr 2014 at 12:14
Original issue reported on code.google.com by
decentz...@googlemail.com
on 29 Apr 2011 at 11:05