| Property |
Description |
| hibernate.connection.driver_class |
Driver class to connect with the database |
| hibernate.connection.url |
Connection URL to connect to the database |
| hibernate.dialect |
The dialect for the database |
| hibernate.connection.username |
Username to log in to the database |
| hibernate.connection.password |
Password to log in to the database |
| hibernate.default_schema |
Database schema in which a database table gets generated if a schema name is not specified in the hbm.xml mapping file |