how can I compare unmodified and mofidied entity values in a custom repository save method
I want to prepare a custom jparepository save method. In this method I want to compare unmodified and modified entity field values and then update the modified entity based on the comparison.