What I don't see, however, is how to tell ibatis that a null value for a property means insert a null. So, for example if I mapped someNum on my bean to the some_num column in my table, and the getSomeNum method returned null, I want ibatis to insert null into some_num. Is this even possible?
b
