IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider

http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Merge InputSource/ItemProvider -> ItemReader.
This commit is contained in:
dsyer
2007-12-17 13:13:39 +00:00
parent ddc4a48de1
commit ab98d1ebe6
107 changed files with 828 additions and 826 deletions

View File

@@ -24,7 +24,7 @@
</bean>
<bean id="provider"
class="org.springframework.batch.sample.item.provider.StagingItemProvider"
class="org.springframework.batch.sample.item.provider.StagingItemReader"
scope="step">
<property name="dataSource" ref="dataSource" />
</bean>