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:
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user