Uses of Interface
org.springframework.batch.core.repository.JobRepository
Packages that use JobRepository
Package
Description
Annotations and builder factories for java based configuration
Parsers for XML based configuration
Specific implementations of job concerns.
Job and flow level builders for java based configuration of batch jobs
Flow related constructs including Flow interface, executors, and related exceptions
Support classes for use in bootstrap and launch implementations or configurations.
Implementation of common partition components.
Specific implementations of repository concerns.
Specific implementations of step concerns.
Step level builders for java based job configuration.
Factories for step level components.
Components for remote chunking.
APIs for the configuration of Spring Integration components through annotations.
Remote partitioning components.
Utility classes for batch job/step testing.
-
Uses of JobRepository in org.springframework.batch.core.configuration.annotation
Methods in org.springframework.batch.core.configuration.annotation that return JobRepositoryModifier and TypeMethodDescriptionprotected JobRepositoryDefaultBatchConfigurer.createJobRepository()BatchConfigurer.getJobRepository()DefaultBatchConfigurer.getJobRepository()abstract JobRepositoryAbstractBatchConfiguration.jobRepository()ModularBatchConfiguration.jobRepository()SimpleBatchConfiguration.jobRepository()Constructors in org.springframework.batch.core.configuration.annotation with parameters of type JobRepositoryModifierConstructorDescriptionJobBuilderFactory(JobRepository jobRepository) StepBuilderFactory(JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of JobRepository in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml that return JobRepositoryModifier and TypeMethodDescriptionJobParserJobFactoryBean.getJobRepository()StepParserStepFactoryBean.getJobRepository()Methods in org.springframework.batch.core.configuration.xml with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidJobParserJobFactoryBean.setJobRepository(JobRepository jobRepository) voidStepParserStepFactoryBean.setJobRepository(JobRepository jobRepository) Public setter forJobRepository. -
Uses of JobRepository in org.springframework.batch.core.job
Methods in org.springframework.batch.core.job that return JobRepositoryModifier and TypeMethodDescriptionprotected JobRepositoryAbstractJob.getJobRepository()Convenience method for subclasses to access the job repository.protected JobRepositorySimpleStepHandler.getJobRepository()Methods in org.springframework.batch.core.job with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidAbstractJob.setJobRepository(JobRepository jobRepository) Public setter for theJobRepositorythat is needed to manage the state of the batch meta domain (jobs, steps, executions) during the life of a job.voidSimpleStepHandler.setJobRepository(JobRepository jobRepository) Constructors in org.springframework.batch.core.job with parameters of type JobRepositoryModifierConstructorDescriptionSimpleStepHandler(JobRepository jobRepository) SimpleStepHandler(JobRepository jobRepository, ExecutionContext executionContext) -
Uses of JobRepository in org.springframework.batch.core.job.builder
Methods in org.springframework.batch.core.job.builder that return JobRepositoryModifier and TypeMethodDescriptionJobBuilderHelper.CommonJobProperties.getJobRepository()protected JobRepositoryJobBuilderHelper.getJobRepository()Methods in org.springframework.batch.core.job.builder with parameters of type JobRepositoryModifier and TypeMethodDescriptionJobBuilderHelper.repository(JobRepository jobRepository) Sets the job repository for the job.voidJobBuilderHelper.CommonJobProperties.setJobRepository(JobRepository jobRepository) -
Uses of JobRepository in org.springframework.batch.core.job.flow
Constructors in org.springframework.batch.core.job.flow with parameters of type JobRepositoryModifierConstructorDescriptionJobFlowExecutor(JobRepository jobRepository, StepHandler stepHandler, JobExecution execution) -
Uses of JobRepository in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidCommandLineJobRunner.setJobRepository(JobRepository jobRepository) voidSimpleJobLauncher.setJobRepository(JobRepository jobRepository) Set the JobRepository.voidSimpleJobOperator.setJobRepository(JobRepository jobRepository) -
Uses of JobRepository in org.springframework.batch.core.partition.support
Methods in org.springframework.batch.core.partition.support with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidSimpleStepExecutionSplitter.setJobRepository(JobRepository jobRepository) The job repository that will be used to manage the persistence of the delegate step executions.Constructors in org.springframework.batch.core.partition.support with parameters of type JobRepositoryModifierConstructorDescriptionSimpleStepExecutionSplitter(JobRepository jobRepository, boolean allowStartIfComplete, String stepName, Partitioner partitioner) Construct aSimpleStepExecutionSplitterfrom its mandatory properties. -
Uses of JobRepository in org.springframework.batch.core.repository.support
Classes in org.springframework.batch.core.repository.support that implement JobRepositoryModifier and TypeClassDescriptionclassImplementation ofJobRepositorythat stores JobInstances, JobExecutions, and StepExecutions using the injected DAOs.Methods in org.springframework.batch.core.repository.support that return JobRepositoryMethods in org.springframework.batch.core.repository.support that return types with arguments of type JobRepositoryModifier and TypeMethodDescriptionAbstractJobRepositoryFactoryBean.getObjectType()The type of object to be returned fromAbstractJobRepositoryFactoryBean.getObject(). -
Uses of JobRepository in org.springframework.batch.core.step
Methods in org.springframework.batch.core.step that return JobRepositoryMethods in org.springframework.batch.core.step with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidAbstractStep.setJobRepository(JobRepository jobRepository) Public setter forJobRepository. -
Uses of JobRepository in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return JobRepositoryModifier and TypeMethodDescriptionStepBuilderHelper.CommonStepProperties.getJobRepository()protected JobRepositoryStepBuilderHelper.getJobRepository()Methods in org.springframework.batch.core.step.builder with parameters of type JobRepositoryModifier and TypeMethodDescriptionStepBuilderHelper.repository(JobRepository jobRepository) voidStepBuilderHelper.CommonStepProperties.setJobRepository(JobRepository jobRepository) -
Uses of JobRepository in org.springframework.batch.core.step.factory
Methods in org.springframework.batch.core.step.factory with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidSimpleStepFactoryBean.setJobRepository(JobRepository jobRepository) Public setter forJobRepository. -
Uses of JobRepository in org.springframework.batch.integration.chunk
Methods in org.springframework.batch.integration.chunk with parameters of type JobRepositoryModifier and TypeMethodDescriptionRemoteChunkingManagerStepBuilder.repository(JobRepository jobRepository) Constructors in org.springframework.batch.integration.chunk with parameters of type JobRepositoryModifierConstructorDescriptionRemoteChunkingManagerStepBuilderFactory(JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager) Create a newRemoteChunkingManagerStepBuilderFactory. -
Uses of JobRepository in org.springframework.batch.integration.config.annotation
Constructors in org.springframework.batch.integration.config.annotation with parameters of type JobRepositoryModifierConstructorDescriptionBatchIntegrationConfiguration(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of JobRepository in org.springframework.batch.integration.partition
Methods in org.springframework.batch.integration.partition with parameters of type JobRepositoryModifier and TypeMethodDescriptionRemotePartitioningManagerStepBuilder.repository(JobRepository jobRepository) RemotePartitioningWorkerStepBuilder.repository(JobRepository jobRepository) Constructors in org.springframework.batch.integration.partition with parameters of type JobRepositoryModifierConstructorDescriptionRemotePartitioningManagerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager) Create a newRemotePartitioningManagerStepBuilderFactory.RemotePartitioningWorkerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager) Create a newRemotePartitioningWorkerStepBuilderFactory. -
Uses of JobRepository in org.springframework.batch.test
Methods in org.springframework.batch.test that return JobRepositoryMethods in org.springframework.batch.test with parameters of type JobRepositoryModifier and TypeMethodDescriptionvoidJobLauncherTestUtils.setJobRepository(JobRepository jobRepository) TheJobRepositoryto use for creating newJobExecutioninstances.voidJobRepositoryTestUtils.setJobRepository(JobRepository jobRepository) Constructors in org.springframework.batch.test with parameters of type JobRepositoryModifierConstructorDescriptionJobRepositoryTestUtils(JobRepository jobRepository, DataSource dataSource) Create aJobRepositoryTestUtilswith all its mandatory properties.StepRunner(JobLauncher launcher, JobRepository jobRepository)