Hi Experts,
We need to track changes on the entity "MyEntity" (newValue, oldValue, changedBy, changeDate)
This requirement is already done in the Admin area : 
How can we track changes after modifying the entity by service layer ?
Example : myEntity.setDescription("blabla"); modelService.save(myEntity);
Because currently, changing entity values are not tracked.
Regards
Houssem