dbstore_driver_dialect
Specifies the Hibernate SQL dialect used to construct SQL commands.
dbstore_driver_dialect = dialect
For example, if you are using the MySQL with InnoDB database server:
dbstore_driver_dialect = org.hibernate.dialect.MySQL5InnoDBDialect
The SQL dialect is defined by Hibernate. For a list of databases and the associated dialects, see the readme.txt file located in the Hibernate install directory archive.
Copyright © Cloud Software Group, Inc. All rights reserved.