More hbm2ddl fun
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8206 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
0fa02198d8
commit
cd91378faa
|
@ -355,6 +355,9 @@ public class Event {
|
|||
<!-- JDBC connection pool (use the built-in) -->
|
||||
<property name="connection.pool_size">1</property>
|
||||
|
||||
<!-- For a HSQL 1.8 in-memory database, this is required -->
|
||||
<property name="connection.shutdown">true</property>
|
||||
|
||||
<!-- SQL dialect -->
|
||||
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
|
||||
|
||||
|
|
Loading…
Reference in New Issue