org.springframework.batch.core.repository.dao
Class MapStepExecutionDaoTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.core.repository.dao.AbstractStepExecutionDaoTests
          extended by org.springframework.batch.core.repository.dao.MapStepExecutionDaoTests

public class MapStepExecutionDaoTests
extends AbstractStepExecutionDaoTests


Constructor Summary
MapStepExecutionDaoTests()
           
 
Method Summary
protected  JobRepository getJobRepository()
           
protected  StepExecutionDao getStepExecutionDao()
           
 
Methods inherited from class org.springframework.batch.core.repository.dao.AbstractStepExecutionDaoTests
onSetUp, testConcurrentModificationException, testGetForNotExistingJobExecution, testSaveAndFindContext, testSaveAndFindExecution, testSaveExecutionAssignsIdAndVersion, testSaveExecutionWithIdAlreadySet, testSaveExecutionWithVersionAlreadySet, testStoreInteger, testUpdateContext, testUpdateExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapStepExecutionDaoTests

public MapStepExecutionDaoTests()
Method Detail

getStepExecutionDao

protected StepExecutionDao getStepExecutionDao()
Specified by:
getStepExecutionDao in class AbstractStepExecutionDaoTests
Returns:
StepExecutionDao implementation ready for use.

getJobRepository

protected JobRepository getJobRepository()
Specified by:
getJobRepository in class AbstractStepExecutionDaoTests
Returns:
JobRepository that uses the stepExecution dao.


Copyright © 2008 SpringSource. All Rights Reserved.