Is there a way to get only the changed columns from an object using Hibernate?

Posted by Vaishak Suresh on Stack Overflow See other posts from Stack Overflow or by Vaishak Suresh
Published on 2010-03-26T07:00:07Z Indexed on 2010/03/26 7:03 UTC
Read the original article Hit count: 169

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about java