Is there a way to get only the changed columns from an object using Hibernate?
- by Vaishak Suresh
In a persistent object, If i change only one field, Is it possible to find out the changed field only through Hibernate?
I know I can get the entire old row and new row and compare.