and i do not column_1 and column_2 to be mapped. Is there a way of

> excluidng these columns

If you mean iBATIS config files,
if you specify resultMap for your statement you can manually specify in that
map which columns should be mapped.

<statement id="..." resultMap="rm">
 ...
</statement>
<resultMap id="rm">
  <result property="..." column="..." /> //here will go everything except
column_1 and column_2
</resultMap>

Best,
Aram
________________________________
Aram Mkhitaryan

52, 25 Lvovyan, Yerevan 375000, Armenia

Mobile: +374 91 518456
E-mail: [EMAIL PROTECTED]

Reply via email to