| Revision | 2417 (tree) |
|---|---|
| Time | 2022-10-05 19:52:30 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | <property name="hibernate.connection.username">postgres</property> |
| 9 | 9 | <property name="hibernate.connection.password">postgres</property> |
| 10 | 10 | <property name="hibernate.default_schema">postgres</property> |
| 11 | - <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL95Dialect</property> | |
| 11 | + <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> | |
| 12 | 12 | <property name="hibernate.show_sql">false</property> |
| 13 | 13 | <property name="hibernate.connection.isolation">2</property> |
| 14 | 14 | <property name="hibernate.jdbc.use_scrollable_resultset">false</property> |