Question: note: Use JDBC Template You need to update table data in database through spring boot . Assume you have multiple tables in database , Make
note: Use JDBC Template
You need to update table data in database through spring boot . Assume you have multiple tables in database , Make a generic function for all tables which update the data for table which input is given .. For example in function params you will get public void update(String TableName , int id , Map map) here in map you will get column and the data that is to be updated
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
