Uses of Record Class
org.springframework.batch.core.repository.persistence.ExecutionContext
Packages that use ExecutionContext
Package
Description
This package contains the classes of the persistence model.
-
Uses of ExecutionContext in org.springframework.batch.core.repository.persistence
Methods in org.springframework.batch.core.repository.persistence that return ExecutionContextModifier and TypeMethodDescriptionJobExecution.getExecutionContext()StepExecution.getExecutionContext()Methods in org.springframework.batch.core.repository.persistence with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidJobExecution.setExecutionContext(ExecutionContext executionContext) voidStepExecution.setExecutionContext(ExecutionContext executionContext)