hibernate.cfg.xml 582 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration
  PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
  "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
  <session-factory>
  
  	<property name="cache.provider_class">org.hibernate.cache.EhCacheProvider</property>

    <property name="connection.datasource">Hibernate</property>
    <property name="dialect">org.pentaho.repository.MySQL5InnoDBDialect</property>
  
    <property name="show_sql">false</property>
  </session-factory>
</hibernate-configuration>