Move hbm.xml mappings to more conventional location

This commit is contained in:
dsyer
2009-01-12 12:16:27 +00:00
parent d2187e7024
commit 3e3c548210
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
<property name="mappingLocations" value="classpath*:/*.hbm.xml" />
<property name="mappingLocations" value="classpath*:/org/springframework/batch/sample/domain/**/*.hbm.xml" />
<property name="hibernateProperties">
<value>
<![CDATA[