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

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

public class JdbcStepExecutionDaoTests
extends AbstractStepExecutionDaoTests


Constructor Summary
JdbcStepExecutionDaoTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
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

JdbcStepExecutionDaoTests

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

getConfigLocations

protected String[] getConfigLocations()


Copyright © 2008 SpringSource. All Rights Reserved.