读书人

mybatis写地图per文件注意事项

发布时间: 2013-08-04 18:26:16 作者: rapoo

mybatis写mapper文件注意事项

xml中某些特殊符号作为内容信息时需要做转义,否则会对文件的合法性和使用造成影响

?

            <insert?id="insertAccountError"?statementType="PREPARED"??????parameterType="AccountError">??????INSERT?INTO?t_acctreg_accounterror(createdate,acctno,?errorinfo)??????VALUES(#{createdate,jdbcType=DATE},#{acctno,jdbcType=VARCHAR},#{errorinfo,jdbcType=VARCHAR})??</insert>??

          ?

读书人网 >Web前端

热点推荐