Uses of Interface
org.springframework.batch.core.step.item.KeyGenerator
Packages that use KeyGenerator
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
Factories for step level components.
Specific implementations of step concerns for item-oriented approach.
-
Uses of KeyGenerator in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type KeyGeneratorModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setKeyGenerator(KeyGenerator keyGenerator) A key generator that can be used to compare items with previously recorded items in a retry. -
Uses of KeyGenerator in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder with parameters of type KeyGeneratorModifier and TypeMethodDescriptionFaultTolerantStepBuilder.keyGenerator(KeyGenerator keyGenerator) Sets the key generator for identifying retried items. -
Uses of KeyGenerator in org.springframework.batch.core.step.factory
Methods in org.springframework.batch.core.step.factory with parameters of type KeyGeneratorModifier and TypeMethodDescriptionvoidFaultTolerantStepFactoryBean.setKeyGenerator(KeyGenerator keyGenerator) TheKeyGeneratorto use to identify failed items across rollback. -
Uses of KeyGenerator in org.springframework.batch.core.step.item
Methods in org.springframework.batch.core.step.item with parameters of type KeyGeneratorModifier and TypeMethodDescriptionvoidFaultTolerantChunkProcessor.setKeyGenerator(KeyGenerator keyGenerator) TheKeyGeneratorto use to identify failed items across rollback.