classpath*:com.rtrh.common.modules.*.po classpath*:com.rtrh.core.plugins.*.po classpath*:com.rtrh.projects.modules.*.po hibernate.dialect=org.hibernate.dialect.MySQLDialect hibernate.hbm2ddl.auto=update hibernate.show_sql=true hibernate.format_sql=true hibernate.cache.use_second_level_cache=true hibernate.cache.use_query_cache=false hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory hibernate.jdbc.fetch_size=50 hibernate.jdbc.batch_size=50 hibernate.connection.autocommit=false hibernate.connection.release_mode=auto hibernate.current_session_context_class=org.springframework.orm.hibernate4.SpringSessionContext javax.persistence.validation.mode=none classpath*:/com/rtrh/common/modules/*/po/*.hbm.xml classpath*:/com/rtrh/core/plugins/*/po/*.hbm.xml classpath*:/com/rtrh/projects/modules/*/po/*.hbm.xml com.rtrh.projects.*