Uses of Interface
org.springframework.batch.core.repository.dao.StepExecutionDao
Packages that use StepExecutionDao
Package
Description
Specific implementations of explorer concerns.
Specific implementations of dao concerns.
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 StepExecutionDaoModifier and TypeMethodDescriptionprotected abstract StepExecutionDaoAbstractJobExplorerFactoryBean.createStepExecutionDao()Creates a step execution data access object (DAO).protected StepExecutionDaoJobExplorerFactoryBean.createStepExecutionDao()Constructors in org.springframework.batch.core.explore.support with parameters of type StepExecutionDaoModifierConstructorDescriptionSimpleJobExplorer(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao) Constructor to initialize the jobSimpleJobExplorer. -
Uses of StepExecutionDao in org.springframework.batch.core.repository.dao
Classes in org.springframework.batch.core.repository.dao that implement StepExecutionDaoModifier and TypeClassDescriptionclassJDBC implementation ofStepExecutionDao.
Allows customization of the tables names used by Spring Batch for step meta data via a prefix property.
Uses sequences or tables (via Spring'sDataFieldMaxValueIncrementerabstraction) to create all primary keys before inserting a new row. -
Uses of StepExecutionDao in org.springframework.batch.core.repository.support
Methods in org.springframework.batch.core.repository.support that return StepExecutionDaoModifier and TypeMethodDescriptionprotected abstract StepExecutionDaoAbstractJobRepositoryFactoryBean.createStepExecutionDao()protected StepExecutionDaoJobRepositoryFactoryBean.createStepExecutionDao()Constructors in org.springframework.batch.core.repository.support with parameters of type StepExecutionDaoModifierConstructorDescriptionSimpleJobRepository(JobInstanceDao jobInstanceDao, JobExecutionDao jobExecutionDao, StepExecutionDao stepExecutionDao, ExecutionContextDao ecDao)