Handling Concurrency

Posts   
 
    
chungpn
User
Posts: 39
Joined: 23-Mar-2011
# Posted on: 11-May-2011 17:04:36   

Is there any method of llblgen to show the changed field value when update an entity but there is an ORMConcurrencyException occur.? It mean to show which fields have been updated by others user. thank you.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 11-May-2011 17:14:54   

You can fetch the entity and compare it to the instance you have. And you could implement Auditing to tell you what have happened.