Uses of Class
org.springframework.batch.item.CommonItemReaderTests

Packages that use CommonItemReaderTests
org.springframework.batch.item   
org.springframework.batch.item.database   
org.springframework.batch.item.file   
org.springframework.batch.item.xml   
 

Uses of CommonItemReaderTests in org.springframework.batch.item
 

Subclasses of CommonItemReaderTests in org.springframework.batch.item
 class CommonItemStreamItemReaderTests
          Common tests for readers implementing both ItemReader and ItemStream.
 

Uses of CommonItemReaderTests in org.springframework.batch.item.database
 

Subclasses of CommonItemReaderTests in org.springframework.batch.item.database
 class CommonDatabaseItemStreamItemReaderTests
           
 class HibernateCursorItemReaderCommonTests
           
 class IbatisItemReaderCommonTests
           
 class JdbcCursorItemReaderCommonTests
           
 class SingleColumnJdbcDrivingQueryItemReaderCommonTests
           
 

Uses of CommonItemReaderTests in org.springframework.batch.item.file
 

Subclasses of CommonItemReaderTests in org.springframework.batch.item.file
 class FlatFileItemReaderCommonTests
           
 class MultiResourceItemReaderFlatFileTests
           
 class MultiResourceItemReaderXmlTests
           
 

Uses of CommonItemReaderTests in org.springframework.batch.item.xml
 

Subclasses of CommonItemReaderTests in org.springframework.batch.item.xml
 class StaxEventItemReaderCommonTests
           
 



Copyright © 2008 SpringSource. All Rights Reserved.