dbstore_driver_name

Specifies the name of the JDBC driver used by Hibernate.

dbstore_driver_name = name

For example:

  • If you are using the MySQL InnoDB database server:
    dbstore_driver_name=com.mysql.jdbc.Driver
  • If you are using the Microsoft SQL Server:
    dbstore_driver_name= com.microsoft.sqlserver.jdbc.SQLServerDriver
  • If you are using Oracle 12c:
    dbstore_driver_name=oracle.jdbc.driver.OracleDriver
  • If you are using IBM DB2 Server:
    dbstore_driver_name=com.ibm.db2.jcc.DB2Driver