Hibernate Tutorial: Dialects in Hibernate

Hibernate Tutorial: Dialects in Hibernate

Hibernate requires the configuration of a SQL dialect in order to generate appropriate SQL statements for the specified database type. The org.hibernate.dialect package contains many Dialect classes for various RDBMS.

Read →