Example usage for org.springframework.boot.autoconfigure.batch BasicBatchConfigurer subclass-usage

List of usage examples for org.springframework.boot.autoconfigure.batch BasicBatchConfigurer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.batch BasicBatchConfigurer subclass-usage.

Usage

From source file org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer.java

/**
 * A {@link BasicBatchConfigurer} tailored for JPA.
 *
 * @author Stephane Nicoll
 */
public class JpaBatchConfigurer extends BasicBatchConfigurer {