public class CustomerUpdateWriter extends Object implements org.springframework.batch.item.ItemWriter<CustomerUpdate>
Constructor and Description |
---|
CustomerUpdateWriter() |
public void write(List<? extends CustomerUpdate> items) throws Exception
write
in interface org.springframework.batch.item.ItemWriter<CustomerUpdate>
Exception
public void setCustomerDao(CustomerDao customerDao)
Copyright © 2014. All Rights Reserved.