public class ExecuteSQLPostStepExecutionListener extends Object implements org.springframework.batch.core.StepExecutionListener, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ExecuteSQLPostStepExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.batch.core.ExitStatus |
afterStep(org.springframework.batch.core.StepExecution stepExecution) |
void |
beforeStep(org.springframework.batch.core.StepExecution stepExecution) |
void |
setDataSource(DataSource pDataSource) |
void |
setSqls(String... sqls) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void beforeStep(org.springframework.batch.core.StepExecution stepExecution)
beforeStep in interface org.springframework.batch.core.StepExecutionListenerpublic org.springframework.batch.core.ExitStatus afterStep(org.springframework.batch.core.StepExecution stepExecution)
afterStep in interface org.springframework.batch.core.StepExecutionListenerpublic void setDataSource(DataSource pDataSource)
public void setSqls(String... sqls)
Copyright © 2016. All rights reserved.