I'm using Spring DAOs generated by Abator. Is it the case that I can pass a partially populated model object to a Spring DAO update method and it will only update the corresponding columns that have non-null values in my model object, leaving the other columns set to their current value?

Reply via email to