MyBatis Dynamic SQL use, pass in Parameter map key judgment

Source: Internet
Author: User

<SelectID=""ParameterType= "Map"Resultmap= "Commodityresultmap" >SELECT c.id c_id,c.variety_id,c.nickname c_nickname,c.description c_description,c.ordinaryprice c_ordinaryPric E,c.memberprice C_memberprice,c.path c_path,v.id v_id,v.nickname v_nickname from commodity c INNER JOIN VA Riety V on c.variety_id=v.id where 1=1<!--_parameter.containskey (' key ') Action: Determine if the key exists return value Boolean #{key} take the corresponding value! must correspond to three key values, otherwise the value cannot be taken -             <ifTest= "_parameter.containskey (' Varietyid ')">and V.id=#{varietyid}</if>    </Select>
    • The benefits of this approach can be long-term queries.

MyBatis Dynamic SQL use, pass in Parameter map key judgment

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.