All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rm.beangle-orm-hibernate.3.4.10.source-code.spring-config-test.xml Maven / Gradle / Ivy

There is a newer version: 3.11.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans>
  <bean id="hibernateConfig">
    <property name="properties">
      <props merge="true">
        <prop key="hibernate.show_sql">false</prop>
        <prop key="hibernate.hbm2ddl.auto">update</prop>
        <prop key="net.sf.ehcache.configurationResourceName">/ehcache-test.xml</prop>
      </props>
    </property>
  </bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy