Dialect explanation in Hibernate

Source: Internet
Author: User
Dialect is "dialect" because hibernate is about translating Java objects into relational databases, while relational databases have some uniform standards, such as SQL-92, but virtually every database, such as Oracle, MySQL, MS SQL Server, etc. in order to improve performance or add functionality, some additional standards or syntax are provided, so hibernate specifies a dialect dialect for each database in order to better fit a variety of relational databases.
You can see in hibernate that the dialect is actually just a class that transforms different data types and SQL syntax into a uniform format that hibernate can understand. Note, however, that it is not possible to use this database for object-relational conversions if there is no corresponding dialect,hibernate.
The last time I used a H2 database and found a H2 dialect, I could use hibernate immediately.

Dialect explanation in Hibernate

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.