mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
(cherry picked from commit 688c742706
)
This commit is contained in:
committed by
Katelyn Baker
parent
6bef2b52e7
commit
e8b55e8f2e
@ -89,6 +89,7 @@ class HibernateConfiguration(
|
||||
val config = Configuration(metadataSources).setProperty("hibernate.connection.provider_class", NodeDatabaseConnectionProvider::class.java.name)
|
||||
.setProperty("hibernate.format_sql", "true")
|
||||
.setProperty("hibernate.hbm2ddl.auto", hbm2dll)
|
||||
.setProperty("javax.persistence.validation.mode", "none")
|
||||
.setProperty("hibernate.connection.isolation", databaseConfig.transactionIsolationLevel.jdbcValue.toString())
|
||||
|
||||
schemas.forEach { schema ->
|
||||
|
Reference in New Issue
Block a user