Hibernate why to configure the dialect of the database

Source: Internet
Author: User
Tags mysql database

Hibernate still uses SQL statements to perform database operations, although all relational databases support the use of standard SQL statements, but all databases have some extensions to standard SQL statements, so there are some differences in syntax details. Therefore, hibernate needs to identify these differences based on the database.

For example, when paging through a MySQL database, just use the Limit keyword, and standard SQL does not support the Limit keyword, such as Oracle, which needs to be paged using inline views. The same application needs to be migrated between different databases, the details of access to the underlying database will change, and Hibernate is prepared for the change, and what the developer needs to do is tell the hibernate application what kind of database to use at the bottom-this is the database dialect.

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.