On Sun, Nov 6, 2011 at 12:56 PM, de Witte <[email protected]> wrote: > > HashMap<String, String> map = new HashMap<String, String>(4000); > entity.setUnindexedProperty("dto", map) ;
Have you actually tried this? If it works, this behavior is totally new to me, and I'd like to hear an official description of how this is represented in the raw datastore. I would expect an exception "HashMap cannot be stored in the datastore". Jeff -- 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.
