org.springframework.batch.item.database
Class SingleColumnJdbcDrivingQueryItemReaderCommonTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.CommonItemReaderTests
          extended by org.springframework.batch.item.CommonItemStreamItemReaderTests
              extended by org.springframework.batch.item.database.CommonDatabaseItemStreamItemReaderTests
                  extended by org.springframework.batch.item.database.SingleColumnJdbcDrivingQueryItemReaderCommonTests

public class SingleColumnJdbcDrivingQueryItemReaderCommonTests
extends CommonDatabaseItemStreamItemReaderTests


Field Summary
 
Fields inherited from class org.springframework.batch.item.CommonItemStreamItemReaderTests
executionContext
 
Fields inherited from class org.springframework.batch.item.CommonItemReaderTests
tested
 
Constructor Summary
SingleColumnJdbcDrivingQueryItemReaderCommonTests()
           
 
Method Summary
protected  ItemReader getItemReader()
           
 
Methods inherited from class org.springframework.batch.item.database.CommonDatabaseItemStreamItemReaderTests
getDataSource, setUp, tearDown
 
Methods inherited from class org.springframework.batch.item.CommonItemStreamItemReaderTests
testedAsStream, testReopen, testRestart
 
Methods inherited from class org.springframework.batch.item.CommonItemReaderTests
testRead, testReset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleColumnJdbcDrivingQueryItemReaderCommonTests

public SingleColumnJdbcDrivingQueryItemReaderCommonTests()
Method Detail

getItemReader

protected ItemReader getItemReader()
                            throws Exception
Specified by:
getItemReader in class CommonItemReaderTests
Returns:
configured ItemReader ready for use.
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.