public interface ProductVisitor
Modifier and Type | Method and Description |
---|---|
void |
addToProduct(Product product) |
void |
close() |
void |
open() |
void |
setReader(java.lang.String dsName,
ProductReaderPreparedStatementSetter pstSetter) |
void |
update(org.springframework.batch.item.ExecutionContext executionContext) |
void addToProduct(Product product) throws java.lang.Exception
java.lang.Exception
void setReader(java.lang.String dsName, ProductReaderPreparedStatementSetter pstSetter)
void open()
void close()
void update(org.springframework.batch.item.ExecutionContext executionContext)