We can use BeanPropertyRowMapper to convert resultSet to bean values while retrieving the data. Can we use similar way to automatically map BeanPropertyValues to Database columns while inserting data?
Something like this jdbcTemplate.insert(QUERY, Bean.Class);
Aucun commentaire:
Enregistrer un commentaire