Mybatis basic entry 7 query parameter input object

Source: Internet
Author: User
Mybatis basic entry 7 query parameter input object

Description:

When executing a query statement, the input parameter is an object that retrieves data based on its attributes. In this case, when writing conditions in an SQL statement, the parameters must be consistent with the attributes in the object.

 

Entity class: tblclient. Java

 

Interface Method

Note:

The interface defines a new method (querying data based on object attributes). The method parameter is passed into an object.

 

XML file

Note:

>>> Parametertype = "baitang" resulttype = "baitang"

> Baitang is an alias that is configured in the mybatis-config.xml.

>>># {Cname}, # {CID}

The variable name (cname, CID) in braces must be consistent with the property name (cname, CID) of the passed object.

Test method:

 

Test results:

 

 

If you have any questions, please correct them !!!

If you have reproduced, please mark the Source: https://www.cnblogs.com/Charles-Yuan/p/9865696.html

 

Mybatis basic entry 7 query parameter input object

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.