まとめてput

entity1.put()
entity2.put()
entity3.put()

という処理は、

list = [entity1,entity2,entity3]
db.put(list)

とすれば、トランザクションでputしてくれるみたい。