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()Creates a job execution data access object (DAO).protected JobExecutionDaoJobExplorerFactoryBean.createJobExecutionDao()protected JobExecutionDaoMongoJobExplorerFactoryBean.createJobExecutionDao()protected JobExecutionDaoSimpleJobExplorer.getJobExecutionDao()Constructors in org.springframework.batch.core.explore.support with parameters of type JobExecutionDaoModifierConstructorDescriptionSimpleJobExplorer(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao) Constructor to initialize the jobSimpleJobExplorer. -
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()protected JobExecutionDaoMongoJobRepositoryFactoryBean.createJobExecutionDao()Constructors in org.springframework.batch.core.repository.support with parameters of type JobExecutionDaoModifierConstructorDescriptionSimpleJobRepository(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao)