View Single Post
  #4 (permalink)  
Old 05-07-2007, 04:56 AM
yuchuang yuchuang is offline
Member
 
Join Date: Apr 2007
Location: Singapore
Posts: 30
yuchuang is on a distinguished road
Send a message via MSN to yuchuang
Below is part of the codes for VfsTrgCrsCarSQL.xml.

<result-map name="vfstrgcrscat_result" class="sg.gov.ncss.vcfms.training.beans.VfsTrgCrsC atDTO">
<property name="volunteerFlag" column="vtcc_volunteer_flag"/>
</result-map>

<mapped-statement name="insertTrgCrsCat">
INSERT INTO vfs_trg_crs_cat (vtcc_volunteer_flag)
VALUES (#volunteerFlag#)
</mapped-statement>

There are other property as well but i only show the property for volunteerFlag.
Reply With Quote