|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepExecutionDao | |
|---|---|
| org.springframework.batch.core.explore.support | Specific implementations of explorer concerns. |
| 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.explore.support |
|---|
| Methods in org.springframework.batch.core.explore.support that return StepExecutionDao | |
|---|---|
protected StepExecutionDao |
MapJobExplorerFactoryBean.createStepExecutionDao()
|
protected StepExecutionDao |
JobExplorerFactoryBean.createStepExecutionDao()
|
protected abstract StepExecutionDao |
AbstractJobExplorerFactoryBean.createStepExecutionDao()
|
| Constructors in org.springframework.batch.core.explore.support with parameters of type StepExecutionDao | |
|---|---|
SimpleJobExplorer(JobInstanceDao jobInstanceDao,
JobExecutionDao jobExecutionDao,
StepExecutionDao stepExecutionDao,
ExecutionContextDao ecDao)
|
|
| 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 |
MapJobRepositoryFactoryBean.createStepExecutionDao()
|
protected StepExecutionDao |
JobRepositoryFactoryBean.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,
ExecutionContextDao ecDao)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||