Mybaits and less-than-number processing in xxmapper.xml files

Source: Internet
Author: User

The first method:

Because this is in XML format, characters like ">" are not allowed, but you can use <! [cdata[]]> symbols are described, and such symbols are not parsed. Mapper File Sample code:

<select id= "selectmonthadvertise" resultmap= "Resultmap" >   select * from ad_n_advertise_t where user_id in  <foreach item= "item" index= "index" collection= "Useridlist" open= "(" separator= "," close= ")" >  #{item}  </foreach>   Isdelete=#{isdelete,jdbctype=tinyint} and    <![ Cdata[</span>date_sub (Curdate (), INTERVAL) <= date (Crt_time)]]> ORDER by   Crt_time desc</ Select>

The second method:> and < were replaced with escape characters. Mapper File Sample code:
<select id= "selectmonthadvertise" resultmap= "Resultmap" >   select * from ad_n_advertise_t where user_id in  <foreach item= "item" index= "index" collection= "Useridlist" open= "(" separator= "," close= ")" >  #{item}  </foreach>   Isdelete=#{isdelete,jdbctype=tinyint}    and Date_sub (Curdate (), INTERVAL Day) &lt= Date (Crt_time)   ORDER by Crt_time Desc</select>
attachment: An escape character descriptor.
&lt; < Less than sign
&gt; > Greater than sign
&amp; & And
&apos; Single quotation marks
&quot;
" Double quotes






Mapper File Sample code:

Mybaits and less-than-number processing in xxmapper.xml files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.