Skip to content

Hibernate Dialect

Key: hibernate.dialect

Env Var: HIBERNATE_DIALECT

Scope: Global

Description: The database dialect used by the JDBC connection pool manager. See the install guide for more information on this option.

Examples

Env Var

HIBERNATE_DIALECT=com.qvera.qie.persistence.MariaDB106QieDialect

Java Option

-Dhibernate.dialect=com.qvera.qie.persistence.MariaDB106QieDialect

YAML

HIBERNATE_DIALECT: "com.qvera.qie.persistence.MariaDB106QieDialect"