Subversion Repositories WebE

Compare Revisions

Last modification

Regard whitespace Rev 31 → Rev 30

/trunk/src/hibernate.cfg.xml
16,7 → 16,9
<!-- Print all generated SQL to the console -->
<property name="show_sql">true</property>
<property name="format_sql">true</property>
<!-- <property name="connection.provider_class"> org.hibernate.connection.C3P0ConnectionProvider
<!--
<property name="connection.provider_class">
org.hibernate.connection.C3P0ConnectionProvider
</property> -->
<!-- C3P0 connection pool -->
<property name="hibernate.c3p0.min_size">5</property>