The difference between Ibatis and MyBatis

Source: Internet
Author: User

1. After the ibatis3.* version officially renamed to Mybaits, it also transferred from Apache to Google Code, that is to say ibatis2.*,mybatis3.*.

2. mapping File Differences


The configuration file for Ibatis is as follows

[HTML]  View plain  copy   <?xml version= "1.0"  encoding= "UTF-8"  ?>       <! doctype sqlmapconfig             PUBLIC  " -//ibatis.apache.org//dtd sql map config 2.0//en "               "Http://ibatis.apache.org/dtd/sql-map-config-2.dtd" >       <sqlMapConfig>       <!--  public configuration  -->        <settings usestatementnamespaces= "true"  maxrequests= "3000"             maxsessions= "1000"  maxtransactions= "3000"  />                   <!--  configuration file         begin -->        & NBsP;  <sqlmap resource= "Com/test/biz/dao/sql/aa_sqlmap.xml"  />   [HTML]View plain copy <pre name= "code" class= "HTML" > <sqlmap resource= "Com/test/biz/dao/sql/bb_sqlmap.xml"/> </sqlMapConfig>


The configuration file for MyBatis is as follows

[HTML]   View plain  copy   <?xml version= "1.0"  encoding= "UTF-8"? >   <! doctype configuration       PUBLIC  "-//mybatis.org//dtd config  3.0//en "       " Http://mybatis.org/dtd/mybatis-3-config.dtd ">    <configuration>          <settings>            <!-- changes from the defaults for  testing -->           <setting name=

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.