Reputation: 658
How i can do partial data update in mule . In Spring we used some approach like this .
https://www.baeldung.com/spring-data-partial-update
is there anything simple or similar in Mule . Say if i am accepting 5 fields in my input payload which needs to be updated instead of uploading entire table( my table have 100 fields) i just needs to be updated only those 5 fields . In mule if i am using update i have to manually create all the queries to update.
Upvotes: 0
Views: 132