Uses of Interface
org.springframework.batch.core.repository.dao.StepExecutionDao

Packages that use StepExecutionDao
org.springframework.batch.core.explore.support Specific implementations of explorer concerns. 
org.springframework.batch.core.repository.dao Specific implementations of dao concerns. 
org.springframework.batch.core.repository.support Specific implementations of repository concerns. 
 

Uses of StepExecutionDao in org.springframework.batch.core.explore.support
 

Methods in org.springframework.batch.core.explore.support that return StepExecutionDao
protected  StepExecutionDao MapJobExplorerFactoryBean.createStepExecutionDao()
           
protected  StepExecutionDao JobExplorerFactoryBean.createStepExecutionDao()
           
protected abstract  StepExecutionDao AbstractJobExplorerFactoryBean.createStepExecutionDao()
           
 

Constructors in org.springframework.batch.core.explore.support with parameters of type StepExecutionDao
SimpleJobExplorer(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao)
           
 

Uses of StepExecutionDao in org.springframework.batch.core.repository.dao
 

Classes in org.springframework.batch.core.repository.dao that implement StepExecutionDao
 class JdbcStepExecutionDao
          Jdbc implementation of StepExecutionDao.
 class MapStepExecutionDao
          In-memory implementation of StepExecutionDao.
 

Uses of StepExecutionDao in org.springframework.batch.core.repository.support
 

Methods in org.springframework.batch.core.repository.support that return StepExecutionDao
protected  StepExecutionDao MapJobRepositoryFactoryBean.createStepExecutionDao()
           
protected  StepExecutionDao JobRepositoryFactoryBean.createStepExecutionDao()
           
protected abstract  StepExecutionDao AbstractJobRepositoryFactoryBean.createStepExecutionDao()
           
 StepExecutionDao MapJobRepositoryFactoryBean.getStepExecutionDao()
           
 

Constructors in org.springframework.batch.core.repository.support with parameters of type StepExecutionDao
SimpleJobRepository(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.