<?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>