org.springframework.batch.item.database
Class HibernateCursorItemReaderStatefulIntegrationTests

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

public class HibernateCursorItemReaderStatefulIntegrationTests
extends HibernateCursorItemReaderIntegrationTests

Tests for HibernateCursorItemReader using standard hibernate Session.

Author:
Robert Kasanicky

Field Summary
 
Fields inherited from class org.springframework.batch.item.database.AbstractDataSourceItemReaderIntegrationTests
executionContext, reader
 
Constructor Summary
HibernateCursorItemReaderStatefulIntegrationTests()
           
 
Method Summary
protected  boolean isUseStatelessSession()
           
 void testStatfulClose()
           
 
Methods inherited from class org.springframework.batch.item.database.HibernateCursorItemReaderIntegrationTests
createItemReader, testSetUseStatelessSession
 
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

HibernateCursorItemReaderStatefulIntegrationTests

public HibernateCursorItemReaderStatefulIntegrationTests()
Method Detail

isUseStatelessSession

protected boolean isUseStatelessSession()
Overrides:
isUseStatelessSession in class HibernateCursorItemReaderIntegrationTests

testStatfulClose

public void testStatfulClose()


Copyright © 2008 SpringSource. All Rights Reserved.