org.springframework.batch.item.database
Class MultipleColumnJdbcDrivingQueryItemReaderIntegrationTests

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

public class MultipleColumnJdbcDrivingQueryItemReaderIntegrationTests
extends AbstractJdbcItemReaderIntegrationTests

Author:
Lucas Ward

Field Summary
 
Fields inherited from class org.springframework.batch.item.database.AbstractJdbcItemReaderIntegrationTests
executionContext, itemReader
 
Constructor Summary
MultipleColumnJdbcDrivingQueryItemReaderIntegrationTests()
           
 
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
 

Constructor Detail

MultipleColumnJdbcDrivingQueryItemReaderIntegrationTests

public MultipleColumnJdbcDrivingQueryItemReaderIntegrationTests()
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.