Uses of Interface
org.springframework.batch.core.JobKeyGenerator
Packages that use JobKeyGenerator
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Specific implementations of configuration concerns.
Specific implementations of explorer concerns.
Specific implementations of dao concerns.
Specific implementations of repository concerns.
-
Uses of JobKeyGenerator in org.springframework.batch.core
Classes in org.springframework.batch.core that implement JobKeyGenerator -
Uses of JobKeyGenerator in org.springframework.batch.core.configuration.support
Methods in org.springframework.batch.core.configuration.support that return JobKeyGeneratorModifier and TypeMethodDescriptionprotected JobKeyGeneratorDefaultBatchConfiguration.getJobKeyGenerator()A custom implementation of theJobKeyGenerator. -
Uses of JobKeyGenerator in org.springframework.batch.core.explore.support
Methods in org.springframework.batch.core.explore.support with parameters of type JobKeyGeneratorModifier and TypeMethodDescriptionvoidJobExplorerFactoryBean.setJobKeyGenerator(JobKeyGenerator jobKeyGenerator) * Sets the generator for creating the key used in identifying unique {link JobInstance} objects -
Uses of JobKeyGenerator in org.springframework.batch.core.repository.dao
Methods in org.springframework.batch.core.repository.dao with parameters of type JobKeyGeneratorModifier and TypeMethodDescriptionvoidJdbcJobInstanceDao.setJobKeyGenerator(JobKeyGenerator jobKeyGenerator) Setter forJobKeyGeneratorto be used when generating unique identifiers forJobInstanceobjects. -
Uses of JobKeyGenerator in org.springframework.batch.core.repository.support
Methods in org.springframework.batch.core.repository.support with parameters of type JobKeyGeneratorModifier and TypeMethodDescriptionvoidJobRepositoryFactoryBean.setJobKeyGenerator(JobKeyGenerator jobKeyGenerator) * Sets the generator for creating the key used in identifying unique {link JobInstance} objects