类 CustomerUpdateWriter

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidsetDao​(CustomerDebitDao outputSource) 
      voidwrite​(java.util.List<? extends Trade> trades)
      Process the supplied data element.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • write

        public void write​(java.util.List<? extends Trade> trades)
        从接口复制的说明: ItemWriter
        Process the supplied data element. Will not be called with any null items in normal operation.
        指定者:
        write 在接口中 ItemWriter<Trade>
        参数:
        trades - items to be written