Merge branch 'release/os/4.3' into nnagy-os-4.3-os-4.4-20200423

This commit is contained in:
nikinagy
2020-04-23 16:03:17 +01:00
4 changed files with 179 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class HibernateConfiguration(
.setProperty("hibernate.hbm2ddl.auto", hbm2dll)
.setProperty("javax.persistence.validation.mode", "none")
.setProperty("hibernate.connection.isolation", databaseConfig.transactionIsolationLevel.jdbcValue.toString())
.setProperty("hibernate.jdbc.time_zone", "UTC")
schemas.forEach { schema ->
// TODO: require mechanism to set schemaOptions (databaseSchema, tablePrefix) which are not global to session