Rev 18 | Rev 21 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 19 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | <property name="hibernate.connection.username">webEngineering</property> |
10 | <property name="hibernate.connection.username">webEngineering</property> |
11 | <property name="connection.password">ontologie</property> |
11 | <property name="connection.password">ontologie</property> |
12 | 12 | ||
13 | <property name="connection.pool_size">1</property> |
13 | <property name="connection.pool_size">1</property> |
14 | <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> |
14 | <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> |
- | 15 | ||
- | 16 | <!-- Print all generated SQL to the console -->
|
|
15 | <property name="show_sql">true</property> |
17 | <property name="show_sql">true</property> |
- | 18 | <property name="format_sql">true</property> |
|
- | 19 | <!--
|
|
- | 20 | <property name="connection.provider_class">
|
|
- | 21 | org.hibernate.connection.C3P0ConnectionProvider
|
|
- | 22 | </property>-->
|
|
- | 23 | <!-- C3P0 connection pool
|
|
- | 24 | <property name="hibernate.c3p0.min_size">5</property>
|
|
- | 25 | <property name="hibernate.c3p0.max_size">20</property>
|
|
- | 26 | <property name="hibernate.c3p0.timeout">300</property>
|
|
- | 27 | <property name="hibernate.c3p0.max_statements">50 </property>
|
|
- | 28 | <property name="hibernate.c3p0.idle_test_period">3000 </property>
|
|
- | 29 | -->
|
|
16 | <property name="hbm2ddl.auto">create</property> |
30 | <!--<property name="hbm2ddl.auto">create</property>-->
|
17 | <mapping class="ch.ffhs.webE.domain.User" />
|
31 | <mapping class="ch.ffhs.webE.domain.User" />
|
18 | </session-factory>
|
32 | </session-factory>
|
19 | </hibernate-configuration>
|
33 | </hibernate-configuration>
|