GAE update different fields of the same entity
Posted
by bach
on Stack Overflow
See other posts from Stack Overflow
or by bach
Published on 2010-04-07T15:16:14Z
Indexed on
2010/04/07
15:43 UTC
Read the original article
Hit count: 209
Hi,
UserA and UserB are changing objectA.filedA objectA.filedB respectively and at the same time. Because they are not changing the same field one might think that there are no overlaps. Is that true? or the implementation of pm.makePersistnace() actually override the whole object... good to know...
© Stack Overflow or respective owner