org.springframework.batch.item.database
Class IbatisItemReaderIntegrationTests

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

public class IbatisItemReaderIntegrationTests
extends AbstractDataSourceItemReaderIntegrationTests

Tests for IbatisDrivingQueryItemReader

Author:
Robert Kasanicky

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

IbatisItemReaderIntegrationTests

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