some changes in the model classes and its xml-descriptions
[mir.git] / etc / hibernate.cfg.xml
index 2d5d4df..8dc63c7 100755 (executable)
         <property name="connection.driver_class">org.postgresql.Driver</property>
         <property name="connection.username">postgres</property>
         <property name="connection.password"></property>
+        <property name="connection.pool_size">10</property>
+        <property name="statement_cache.size">100</property>
         <property name="show_sql">false</property>
         <property name="use_outer_join">true</property>
         <property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
-
+        
         <!-- Mapping files -->
         <mapping resource="mir/core/model/ArticleType.hbm.xml"/>
         <mapping resource="mir/core/model/Breaking.hbm.xml"/>