Class JpaBatchConfigurer

java.lang.Object
org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
All Implemented Interfaces:
org.springframework.batch.core.configuration.annotation.BatchConfigurer, InitializingBean

public class JpaBatchConfigurer extends BasicBatchConfigurer
A BasicBatchConfigurer tailored for JPA.
Since:
2.0.0
Author:
Stephane Nicoll