@ConfigurationProperties(value="spring.batch") public class BatchProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BatchProperties.Initializer |
static class |
BatchProperties.Job |
Constructor and Description |
---|
BatchProperties() |
Modifier and Type | Method and Description |
---|---|
BatchProperties.Initializer |
getInitializer() |
BatchProperties.Job |
getJob() |
String |
getSchema() |
String |
getTablePrefix() |
void |
setSchema(String schema) |
void |
setTablePrefix(String tablePrefix) |
public String getSchema()
public void setSchema(String schema)
public BatchProperties.Initializer getInitializer()
public BatchProperties.Job getJob()
public void setTablePrefix(String tablePrefix)
public String getTablePrefix()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.