类 StagingItemReader<T>

    • 方法详细资料

      • setDataSource

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

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

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

        public ProcessIndicatorItemWrapper<Tread()
        从接口复制的说明: ItemReader
        Reads a piece of input data and advance to the next one. Implementations must return null at the end of the input data set. In a transactional setting, caller might get the same item twice from successive calls (or otherwise), if the first call was in a transaction that rolled back.
        指定者:
        read 在接口中 ItemReader<T>
        返回:
        T the item to be processed or null if the data source is exhausted