Changes to multiple entities within a single transaction
        Posted  
        
            by Nati 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nati 
        
        
        
        Published on 2010-03-29T13:30:33Z
        Indexed on 
            2010/03/29
            13:33 UTC
        
        
        Read the original article
        Hit count: 150
        
python
Hy,
I am trying to make changes to multiple entities within a single transaction in app engine platform. As I understand in order to succeed doing so, App Engine needs to know in advance which entities will be updated together, so it knows to store them in a way that supports transactions. And therefore, user must declare that an entity belongs to the same entity group as another entity when you create the entity.
How do I declare that one entity belongs to another entity group in creation time?
Thanks,
Nati
© Stack Overflow or respective owner