I'm attempting to use the low level data api and I've seen multiple messages on this list from people that have claimed great success with it. I'm having one issue that I'm wondering about.
My object has a List<Key> where Key is the google type key. As I understand the docs, I should be able to store List<...> where ... is any core datatype. Key is listed as one of those core data types. When I read my entity out of the data store, I get a List of Strings instead of a List of Keys. Is it expected that when I read the datastore and get the property from the resulting Entity that I have to convert all of these Strings into Keys using the KeyFactory? Thanks, Joel--
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.
