This is what I need:
- Entity object (possibly through a proxy) keeps track of what setter methods have been called on the entity.
- When Hibernate updates the object, the actual SQL UPDATE contains only those fields that actually has been modified.
Is this possible with Hibernate and how?