5--Basic usage of Hibernate--4 4 database dialect

Source: Internet
Author: User

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, so there are some differences in syntax details. Therefore, hibernate needs to identify these differences based on the database.

The same application, if migrated between different databases, the details of access to the underlying database change, what developers need to do is tell the hibernate application what kind of database to use at the bottom------This is the database dialect .

Properties:

Mysql Org.hibernate.dialect.MySQLDialect
MySQL with InnoDB Org.hibernate.dialect.MySQLInnoDBDialect
MySQL with MyISAM Org.hibernate.dialect.MySQLMyISAMDialect
MySQL 5 Org.hibernate.dialect.MySQL5Dialect
MySQL 5 with InnoDB Org.hibernate.dialect.MySQL5InnoDBDialect

All database dialects can be found in the%hibernate%/project/ect/hibernate.properties.

La La la

5--Basic usage of Hibernate--4 4 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.