org.springframework.batch.item.database
Class JdbcCursorItemReaderIntegrationTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.item.database.AbstractDataSourceItemReaderIntegrationTests
          extended by org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests

public class JdbcCursorItemReaderIntegrationTests
extends AbstractDataSourceItemReaderIntegrationTests

Tests for JdbcCursorItemReader

Author:
Robert Kasanicky

Field Summary
 
Fields inherited from class org.springframework.batch.item.database.AbstractDataSourceItemReaderIntegrationTests
executionContext, reader
 
Constructor Summary
JdbcCursorItemReaderIntegrationTests()
           
 
Method Summary
protected  ItemReader createItemReader()
           
 
Methods inherited from class org.springframework.batch.item.database.AbstractDataSourceItemReaderIntegrationTests
getConfigLocations, onSetUpInTransaction, onTearDownAfterTransaction, testInvalidRestore, testMultipleRestarts, testNormalProcessing, testRestart, testRestoreFromEmptyData, testRollback, testRollbackAndRestart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcCursorItemReaderIntegrationTests

public JdbcCursorItemReaderIntegrationTests()
Method Detail

createItemReader

protected ItemReader createItemReader()
                               throws Exception
Specified by:
createItemReader in class AbstractDataSourceItemReaderIntegrationTests
Returns:
configured input source ready for use
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.