Hello,
  I am trying to find out if iBATOR supports generating "nullValue" replacement 
code for  columns in a table.
 For e.g.  Let's say I have a table with one column "config".
I would like iBATOR to generate the following ( which I do when I am not using 
iBATOR)

<resultMap id="ReportItemResult" class="datalayer.ReportItem" >
<result column="config" property="config" jdbcType="VARCHAR" nullValue="" />
</resultMap>

Does iBATOr support generating nullValue code in the SQLMaps it generates?

My environment
===============

I am using the iBATOR eclipse plugin for java - version 1.2.1

Thanks,

--Satish

Reply via email to