Python's low level Datastore API provides possibilities to set typed properties. (like "setStringProperty".
Does Java low level Datastore API provide typed properties aswell?
Thanks in advance!
I think, I just use the setProperty with a typed Parameter (one of these: https://developers.google.com/appengine/docs/java/datastore/entities#Properties_and_Value_Types)...