20.2.4. Database Properties
Database properties can be specified:
- as system properties with
-D
<property> - in
hibernate.properties
- in a named properties file with
--properties
The needed properties are:
Property Name | Description |
---|---|
hibernate.connection.driver_class | jdbc driver class |
hibernate.connection.url | jdbc url |
hibernate.connection.username | database user |
hibernate.connection.password | user password |
hibernate.dialect | dialect |