Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
Modifier and Type | Method and Description |
---|---|
void |
FaultTolerantStepFactoryBean.setKeyGenerator(KeyGenerator keyGenerator)
The
KeyGenerator to use to identify failed items across rollback. |
void |
FaultTolerantChunkProcessor.setKeyGenerator(KeyGenerator keyGenerator)
The
KeyGenerator to use to identify failed items across rollback. |
Copyright © 2013 SpringSource. All rights reserved.