If you're using resultMap, here it is <resultMap id="ordermap" class="Order"> <result property="id" column="id" nullValue="0" /> </resultMap>
Regards, Hendry Miquel Angel Bada Zuazo wrote:
Where do you assign a default null value?how can a capture if I return null from an stored procedure in orther that Ibatis doesn't crush?Regards,Miquel Angel
