Project

General

Profile

« Previous | Next » 

Revision 47271

View differences:

hibernate-cfg.xml
7 7

  
8 8
<hibernate-configuration>
9 9
    <session-factory>
10
		<property name="hibernate.hbm2ddl.auto">create</property>
10
		<property name="hibernate.hbm2ddl.auto">update</property>
11 11
        <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL9Dialect</property>
12 12
        <property name="show_sql">true</property>
13 13
       	<property name="connection.pool_size">1</property>

Also available in: Unified diff