Class BatchProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.batch.BatchProperties
@ConfigurationProperties(prefix="spring.batch") public class BatchProperties extends Object
Configuration properties for Spring Batch.- Since:
- 1.2.0
Nested Class Summary
Nested Classes Modifier and Type Class Description classBatchProperties.Initializerstatic classBatchProperties.Job
Constructor Summary
Constructors Constructor Description BatchProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchProperties.InitializergetInitializer()BatchProperties.JobgetJob()StringgetSchema()StringgetTablePrefix()voidsetSchema(String schema)voidsetTablePrefix(String tablePrefix)
Constructor Detail
BatchProperties
public BatchProperties()
Method Detail
getTablePrefix
public String getTablePrefix()
setTablePrefix
public void setTablePrefix(String tablePrefix)
getInitializer
public BatchProperties.Initializer getInitializer()
getJob
public BatchProperties.Job getJob()