Is there a way for updating only some fields of an entity object using the method save from Spring Data JPA?
save
For examp
the problem is not spring data jpa related but the jpa implementation lib that you are using related. In case of hibernate you may have a look at:
http://www.mkyong.com/hibernate/hibernate-dynamic-update-attribute-example/