MyBatis Special Character escapes

Source: Internet
Author: User

When using MyBatis, special characters such as <,>,<>,.....

You need to escape using the following

&lt; < Less than sign
&gt; > Greater than sign
&amp; & And
&apos; Single quotation marks
&quot; " Double quotes

    <SelectID= "Selectbyexampleext"ParameterType= "Com.cn21.redisCluster.model.AppInfoExampleExt"Resultmap= "Baseresultmapext">Select temp.*,r.* from (select A.* from AppInfo as a where 1=1<ifTest= "AppID ! = null and AppID! =" ">and A.appid=#{appid,jdbctype=varchar}</if>            <ifTest= "ProductID! = NULL">and A.productid=#{productid,jdbctype=integer}</if>ORDER by A.lastupdatetime DESC<ifTest= "limitstart&gt;=0 and limit&gt;0"> (here is a similar  <if test= "limitstart>=0 and limit>0">     )LIMIT ${limitstart}, ${limit}</if>            <ifTest= "Limitstart==-1 and limit&gt;0">LIMIT ${limit}</if>) Temp,redisdb r where Temp.appid = R.appid</Select>

MyBatis Special Character escapes

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.