BATCH 186: modified the iBatis input source to now use the KeyGenerator, and moved into io.driving. io.orm package was romoved.

This commit is contained in:
lucasward
2007-11-01 12:19:19 +00:00
parent c4dc54ba6b
commit bd6ebc3f6f
7 changed files with 42 additions and 23 deletions

View File

@@ -43,7 +43,7 @@
</property>
</bean>
<bean id="hibernateInputSource" class="org.springframework.batch.io.orm.hibernate.HibernateInputSource"
<bean id="hibernateInputSource" class="org.springframework.batch.io.cursor.HibernateInputSource"
scope="step" >
<aop:scoped-proxy />
<property name="queryString" value="from CustomerCredit" />

View File

@@ -45,7 +45,7 @@
</property>
</bean>
<bean id="ibatisInputSource" class="org.springframework.batch.io.orm.ibatis.IbatisInputSource"
<bean id="ibatisInputSource" class="org.springframework.batch.io.driving.IbatisInputSource"
scope="step" >
<aop:scoped-proxy />
<property name="drivingQueryId" value="getAllCustomerCreditIds" />