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

Packages that use JobExecutionDao
org.springframework.batch.core.repository.dao Specific implementations of dao concerns. 
org.springframework.batch.core.repository.support Specific implementations of repository concerns. 
 

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

Classes in org.springframework.batch.core.repository.dao that implement JobExecutionDao
 class JdbcJobExecutionDao
          Jdbc implementation of JobExecutionDao.
 class MapJobExecutionDao
          In-memory implementation of JobExecutionDao.
 

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

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



Copyright © 2008 SpringSource. All Rights Reserved.