HHH-7132 - Fixed build failure

This commit is contained in:
Karel Maesen 2017-02-12 12:50:58 +01:00
parent b9ddc063cd
commit 13945e7544
1 changed files with 10 additions and 10 deletions

View File

@ -13,11 +13,11 @@ hibernate.show_sql true
hibernate.max_fetch_depth 5
#hibernate.dialect @db.dialect@
#hibernate.connection.driver_class @jdbc.driver@
#hibernate.connection.url @jdbc.url@
#hibernate.connection.username @jdbc.user@
#hibernate.connection.password @jdbc.pass@
hibernate.dialect @db.dialect@
hibernate.connection.driver_class @jdbc.driver@
hibernate.connection.url @jdbc.url@
hibernate.connection.username @jdbc.user@
hibernate.connection.password @jdbc.pass@
#hibernate.cache.region_prefix hibernate.test
#hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory
@ -54,11 +54,11 @@ hibernate.max_fetch_depth 5
#hibernate.connection.username C##hibernate
#hibernate.connection.password hibernate
hibernate.dialect org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver
hibernate.connection.url jdbc:oracle:thin:@localhost:1521/orcl12c
hibernate.connection.username C##hibernate
hibernate.connection.password hibernate
#hibernate.dialect org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
#hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver
#hibernate.connection.url jdbc:oracle:thin:@localhost:1521/orcl12c
#hibernate.connection.username C##hibernate
#hibernate.connection.password hibernate
#