google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Allow to convert a Objectify Key<?> to a DataStore Key #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's was great to allow to convert a Objectify Key<?> to the DataStore Key
and reversibility for allow to be compatible with last code.

Original issue reported on code.google.com by pdesaint...@gmail.com on 31 Mar 2010 at 4:15

GoogleCodeExporter commented 9 years ago
Use the two methods on ObjectifyFactory, typedKeyToRawKey() and 
rawKeyToTypedKey():

http://objectify-
appengine.googlecode.com/svn/trunk/javadoc/com/googlecode/objectify/ObjectifyFac
tory.html#typedKeyToRa
wKey(com.googlecode.objectify.Key)

Original comment by lhori...@gmail.com on 31 Mar 2010 at 6:20