public class LoggingItemWriter<T> extends java.lang.Object implements ItemWriter<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
LoggingItemWriter() |
public void write(java.util.List<? extends T> items) throws java.lang.Exception
ItemWriterwrite in interface ItemWriter<T>java.lang.Exception - if there are errors. The framework will catch the
exception and convert or rethrow it as appropriate.