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?
- DAO update with partial model objects Mark Volkmann
- Re: DAO update with partial model objects Chris Lamey
- Re: DAO update with partial model objects Jeff Butler
- RE: DAO update with partial model objects Damien McCarthy
- Re: DAO update with partial model objects Mark Volkmann