org.springframework.batch.item.database
Class SingleColumnJdbcDrivingQueryItemReaderIntegrationTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.item.database.AbstractJdbcItemReaderIntegrationTests
          extended by org.springframework.batch.item.database.SingleColumnJdbcDrivingQueryItemReaderIntegrationTests

public class SingleColumnJdbcDrivingQueryItemReaderIntegrationTests
extends AbstractJdbcItemReaderIntegrationTests


Field Summary
protected  ItemReader source
           
 
Fields inherited from class org.springframework.batch.item.database.AbstractJdbcItemReaderIntegrationTests
executionContext, itemReader
 
Constructor Summary
SingleColumnJdbcDrivingQueryItemReaderIntegrationTests()
           
 
Method Summary
protected  ItemReader createItemReader()
           
 
Methods inherited from class org.springframework.batch.item.database.AbstractJdbcItemReaderIntegrationTests
getConfigLocations, onSetUp, onTearDown, testInvalidRestore, testNormalProcessing, testRestart, testRestoreFromEmptyData, testRollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected ItemReader source
Constructor Detail

SingleColumnJdbcDrivingQueryItemReaderIntegrationTests

public SingleColumnJdbcDrivingQueryItemReaderIntegrationTests()
Method Detail

createItemReader

protected ItemReader createItemReader()
                               throws Exception
Specified by:
createItemReader in class AbstractJdbcItemReaderIntegrationTests
Returns:
input source with all necessary dependencies set
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.