Batch put with pre-defined keys on Google App Engine - Stack Overflow - 0 views
-
All you have to do is set the keys when you allocate the entities: Entity entity = new Entity(key); Or if you had previously pulled the entities from the datastore, the keys should already be set.