Uses of Class
org.springframework.batch.core.repository.persistence.StepExecution
Packages that use StepExecution
Package
Description
This package contains the classes of the persistence model.
-
Uses of StepExecution in org.springframework.batch.core.repository.persistence
Methods in org.springframework.batch.core.repository.persistence that return types with arguments of type StepExecutionMethod parameters in org.springframework.batch.core.repository.persistence with type arguments of type StepExecutionModifier and TypeMethodDescriptionvoidJobExecution.setStepExecutions(List<StepExecution> stepExecutions) -
Uses of StepExecution in org.springframework.batch.core.repository.persistence.converter
Methods in org.springframework.batch.core.repository.persistence.converter that return StepExecutionMethods in org.springframework.batch.core.repository.persistence.converter with parameters of type StepExecutionModifier and TypeMethodDescriptionStepExecutionConverter.toStepExecution(StepExecution source, JobExecution jobExecution)