Using remapResults="true". It this only necessary when the returning column list may vary?
I am wondering if it is necessary for the following:
<insert id="NewRowX"
parameterClass="GenericParamBean">
INSERT INTO TABLEX ( $insertColumnList$ ) VALUES ( $insertValueList$ )
</insert>
The above statement is used when the list of inserted columns is determined at
runtime. Or is there a more efficient way to do this.
Thanks
Bill Philbin
