Hello,
Thank you for the answer. For sure I was not clear with my previous post.
In fact I am using the self services entities and I have some heavy processing to do only once one particular field has been changed.
For example my entity is called Article and have the following fields:
- ID
- Title
- Description
- Update Date.
- ...
when I update my entity, I just do a save(). But if the field Description has changed in the meantime, then I have to do some additional work I would not do else.
So in my Entity Article, how can I know that the field Description has been changed since its last fetch?
Hope I am clear this time ;-)
Silat