2016.5.28 Mybatis Framework (vii) Hilbernate and Mybatis essential differences and application scenarios

Source: Internet
Author: User

Hilbernate: is a standard ORM framework (Object Relational mapping), the entry threshold is higher, do not need to write the program Sql,sql statement automatically generated.

It is difficult to modify SQL statements.

Application Scenarios:

Suitable for small and medium-sized projects with little change in demand

Backend management system, ERP, ORM, OA

Mybatis: Focus on the SQL itself, requires programmers to write their own SQL statements, SQL modification, optimization is more convenient, Mybatis is an incomplete ORM framework.

Although the programmer writes Sql,mybatis himself, it can also implement mappings (input mappings, output mappings).

Application Scenarios:

Suitable for projects with more changes in demand,

For example: Internet projects.

Enterprises to choose technology, low-cost, high return as the principle of technology selection.

According to the technical force of the project team to choose, the application of the project itself technology.

2016.5.28 Mybatis Framework (vii) Hilbernate and Mybatis essential differences and application scenarios

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.