Uses of Package
org.springframework.batch.item.support

Packages that use org.springframework.batch.item.support
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Classes in org.springframework.batch.item.support used by org.springframework.batch.item.database
AbstractItemCountingItemStreamItemReader
          Abstract superclass for ItemReaders that supports restart by storing item count in the ExecutionContext (therefore requires item ordering to be preserved between runs).
 

Classes in org.springframework.batch.item.support used by org.springframework.batch.item.file
AbstractItemCountingItemStreamItemReader
          Abstract superclass for ItemReaders that supports restart by storing item count in the ExecutionContext (therefore requires item ordering to be preserved between runs).
 

Classes in org.springframework.batch.item.support used by org.springframework.batch.item.xml
AbstractItemCountingItemStreamItemReader
          Abstract superclass for ItemReaders that supports restart by storing item count in the ExecutionContext (therefore requires item ordering to be preserved between runs).
 



Copyright © 2009 SpringSource. All Rights Reserved.