Class JournalEntryAggregationJobReader

java.lang.Object
org.springframework.batch.item.ItemStreamSupport
org.springframework.batch.item.support.AbstractItemStreamItemReader<JournalEntryAggregationSummaryData>
org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader<JournalEntryAggregationSummaryData>
org.springframework.batch.item.database.AbstractCursorItemReader<JournalEntryAggregationSummaryData>
org.springframework.batch.item.database.JdbcCursorItemReader<JournalEntryAggregationSummaryData>
org.apache.fineract.infrastructure.jobs.service.aggregationjob.JournalEntryAggregationJobReader
All Implemented Interfaces:
org.springframework.batch.item.ItemReader<JournalEntryAggregationSummaryData>, org.springframework.batch.item.ItemStream, org.springframework.batch.item.ItemStreamReader<JournalEntryAggregationSummaryData>, org.springframework.beans.factory.InitializingBean

@Component @StepScope public class JournalEntryAggregationJobReader extends org.springframework.batch.item.database.JdbcCursorItemReader<JournalEntryAggregationSummaryData>
  • Field Summary

    Fields inherited from class org.springframework.batch.item.database.AbstractCursorItemReader

    log, rs, VALUE_NOT_SET
  • Constructor Summary

    Constructors
    Constructor
    Description
    JournalEntryAggregationJobReader(org.apache.fineract.infrastructure.core.service.migration.TenantDataSourceFactory tenantDataSourceFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeStep(org.springframework.batch.core.StepExecution stepExecution)
     

    Methods inherited from class org.springframework.batch.item.database.JdbcCursorItemReader

    afterPropertiesSet, cleanupOnClose, getSql, openCursor, readCursor, setPreparedStatementSetter, setRowMapper, setSql

    Methods inherited from class org.springframework.batch.item.database.AbstractCursorItemReader

    applyStatementSettings, doClose, doOpen, doRead, getDataSource, getExceptionTranslator, handleWarnings, initializeConnection, isUseSharedExtendedConnection, jumpToItem, setConnectionAutoCommit, setDataSource, setDriverSupportsAbsolute, setFetchSize, setIgnoreWarnings, setMaxRows, setQueryTimeout, setUseSharedExtendedConnection, setVerifyCursorPosition, translateSqlException

    Methods inherited from class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader

    close, getCurrentItemCount, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setSaveState, update

    Methods inherited from class org.springframework.batch.item.ItemStreamSupport

    getExecutionContextKey, getName, setExecutionContextName, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JournalEntryAggregationJobReader

      public JournalEntryAggregationJobReader(org.apache.fineract.infrastructure.core.service.migration.TenantDataSourceFactory tenantDataSourceFactory)
  • Method Details

    • beforeStep

      public void beforeStep(org.springframework.batch.core.StepExecution stepExecution)