Uses of Interface
org.springframework.batch.core.repository.dao.JobExecutionDao
Packages that use JobExecutionDao
Package
Description
Specific implementations of explorer concerns.
Specific implementations of dao concerns.
Specific implementations of repository concerns.
-
Uses of JobExecutionDao in org.springframework.batch.core.explore.support
Methods in org.springframework.batch.core.explore.support that return JobExecutionDaoModifier and TypeMethodDescriptionprotected abstract JobExecutionDaoAbstractJobExplorerFactoryBean.createJobExecutionDao()protected JobExecutionDaoJobExplorerFactoryBean.createJobExecutionDao()Constructors in org.springframework.batch.core.explore.support with parameters of type JobExecutionDaoModifierConstructorDescriptionSimpleJobExplorer(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao) -
Uses of JobExecutionDao in org.springframework.batch.core.repository.dao
Classes in org.springframework.batch.core.repository.dao that implement JobExecutionDao -
Uses of JobExecutionDao in org.springframework.batch.core.repository.support
Methods in org.springframework.batch.core.repository.support that return JobExecutionDaoModifier and TypeMethodDescriptionprotected abstract JobExecutionDaoAbstractJobRepositoryFactoryBean.createJobExecutionDao()protected JobExecutionDaoJobRepositoryFactoryBean.createJobExecutionDao()Constructors in org.springframework.batch.core.repository.support with parameters of type JobExecutionDaoModifierConstructorDescriptionSimpleJobRepository(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao)