类 StagingItemProcessor<T>

    • 方法详细资料

      • setJdbcTemplate

        public void setJdbcTemplate​(org.springframework.jdbc.core.JdbcOperations jdbcTemplate)
      • setDataSource

        public void setDataSource​(javax.sql.DataSource dataSource)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        抛出:
        java.lang.Exception
      • process

        public T process​(ProcessIndicatorItemWrapper<T> wrapper)
                  throws java.lang.Exception
        Use the technical identifier to mark the input row as processed and return unwrapped item.
        指定者:
        process 在接口中 ItemProcessor<ProcessIndicatorItemWrapper<T>,​T>
        参数:
        wrapper - to be processed
        返回:
        potentially modified or new item for continued processing, null if processing of the provided item should not continue.
        抛出:
        java.lang.Exception - thrown if exception occurs during processing.