config fix

This commit is contained in:
eugenp 2013-05-05 17:51:11 +03:00
parent c3dd5900dc
commit 174f3fcc3e
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ public class PersistenceConfig {
return new Properties() {
{
setProperty("hibernate.hbm2ddl.auto", env.getProperty("hibernate.hbm2ddl.auto"));
setProperty("hibernate.dialect", env.getProperty("hibernate.dialect"));
// setProperty("hibernate.globally_quoted_identifiers", "true");
// note: necessary in launchpad-storage, but causing problems here
}