接口 ItemWriter<T>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidwrite​(java.util.List<? extends T> items)
      Process the supplied data element.
    • 方法详细资料

      • write

        void write​(java.util.List<? extends T> items)
            throws java.lang.Exception
        Process the supplied data element. Will not be called with any null items in normal operation.
        参数:
        items - items to be written
        抛出:
        java.lang.Exception - if there are errors. The framework will catch the exception and convert or rethrow it as appropriate.