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

Packages that use StepExecutionDao
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.repository.dao
 

Classes in org.springframework.batch.core.repository.dao that implement StepExecutionDao
 class JdbcStepExecutionDao
          Jdbc implementation of StepExecutionDao.
Allows customization of the tables names used by Spring Batch for step meta data via a prefix property.
Uses sequences or tables (via Spring's DataFieldMaxValueIncrementer abstraction) to create all primary keys before inserting a new row.
 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 JobRepositoryFactoryBean.createStepExecutionDao()
           
protected  StepExecutionDao MapJobRepositoryFactoryBean.createStepExecutionDao()
           
protected abstract  StepExecutionDao AbstractJobRepositoryFactoryBean.createStepExecutionDao()
           
 

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



Copyright © 2009 SpringSource. All Rights Reserved.