Uses of Interface
org.springframework.cloud.dataflow.server.batch.SearchableStepExecutionDao
Packages that use SearchableStepExecutionDao
-
Uses of SearchableStepExecutionDao in org.springframework.cloud.dataflow.server.batch
Classes in org.springframework.cloud.dataflow.server.batch that implement SearchableStepExecutionDaoMethods in org.springframework.cloud.dataflow.server.batch that return SearchableStepExecutionDaoModifier and TypeMethodDescriptionprotected SearchableStepExecutionDao
SimpleJobServiceFactoryBean.createStepExecutionDao()
Constructors in org.springframework.cloud.dataflow.server.batch with parameters of type SearchableStepExecutionDaoModifierConstructorDescriptionSimpleJobService
(SearchableJobInstanceDao jobInstanceDao, SearchableJobExecutionDao jobExecutionDao, SearchableStepExecutionDao stepExecutionDao, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.batch.core.repository.dao.ExecutionContextDao executionContextDao, org.springframework.batch.core.launch.JobOperator jobOperator)