when I try to call the save method on a table which is having composite primary keys only, it always inserts a new record when one to values is changed. how can I achieve an update instead of a new record in DB using spring data JPA? My table with composite keys is :
Table1: private int clientTypeId; private int clientId;
2.1m questions
2.1m answers
60 comments
57.0k users