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.
You can fetch the entity and compare it to the instance you have. And you could implement Auditing to tell you what have happened.