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:
Christian Bauer 2005-09-22 16:49:56 +00:00
parent 0fa02198d8
commit cd91378faa
1 changed files with 3 additions and 0 deletions

View File

@ -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>