HHH-9550 - Allow a dialect to specify the level of catalog/schema support

This commit is contained in:
Steve Ebersole 2015-04-07 16:36:29 -05:00
parent c021d12ee2
commit c11d264743
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
hibernate.dialect org.hibernate.dialect.H2Dialect
hibernate.connection.driver_class org.h2.Driver
hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE
hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1
hibernate.connection.username sa
# hibernate.connection.password