|
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.
|