JPA save or merge, how to know updated fields
How can I know what fields/columns are updated after an object is saved by jpa/hibernate. I know there is a interceptor to do this, but cannot find what it is. need 开发者_如何转开发some pointers.
Is it the @EntityListener you are looking for? Take a look here
精彩评论