Is it possible, to determine, whether the value of an entity-field/-property has been changed or not? I need to check - before saving the entity - whether a certain field of the entity was changed or not. "isDirty" on the entity-level is not suitable for me, because it just says in general, that some field was changed. I have to know, whether a certain field/property was changed or not before I save the entity.
Thanks