Project

General

Profile

« Previous | Next » 

Revision 48950

Pom changes

View differences:

hibernate.cfg.xml
9 9
    <session-factory>
10 10
        <property name="hibernate.hbm2ddl.auto">update</property>
11 11
		<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL9Dialect</property>
12
        <property name="show_sql">false</property>
13 12
       	<property name="connection.pool_size">1</property>
14
     	<property name="format_sql">true</property>
13
     	<!--<property name="format_sql">true</property>-->
15 14
		<!-- enable second level cache and query cache -->
16 15
	<!--	<property name="hibernate.cache.use_second_level_cache">true</property>
17 16
		<property name="hibernate.cache.region.factory_class">org.hibernate.cache.jcache.JCacheRegionFactory</property>

Also available in: Unified diff