Introduction

<property name="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</property>

org.hibernate.dialect.MySQL5Dialect: An SQL dialect for MySQL 5.x specific features.

org.hibernate.dialect.MySQLDialect: An SQL dialect for MySQL (prior to 5.x).

This property makes Hibernate generate the appropriate SQL for the chosen database.

Last updated

Was this helpful?