Move hbm.xml mappings to more conventional location
This commit is contained in:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user