Class CustomerUpdateWriter

    • Constructor Detail

      • CustomerUpdateWriter

        public CustomerUpdateWriter()
    • Method Detail

      • write

        public void write​(java.util.List<? extends CustomerUpdate> items)
                   throws java.lang.Exception
        Description copied from interface: ItemWriter
        Process the supplied data element. Will not be called with any null items in normal operation.
        Specified by:
        write in interface ItemWriter<CustomerUpdate>
        Parameters:
        items - items to be written
        Throws:
        java.lang.Exception - if there are errors. The framework will catch the exception and convert or rethrow it as appropriate.
      • setCustomerDao

        public void setCustomerDao​(CustomerDao customerDao)