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
ConstructorsConstructorDescriptionJournalEntryAggregationJobReader(org.apache.fineract.infrastructure.core.service.migration.TenantDataSourceFactory tenantDataSourceFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeStep(org.springframework.batch.core.StepExecution stepExecution) Methods inherited from class org.springframework.batch.item.database.JdbcCursorItemReader
afterPropertiesSet, cleanupOnClose, getSql, openCursor, readCursor, setPreparedStatementSetter, setRowMapper, setSqlMethods 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, translateSqlExceptionMethods inherited from class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
close, getCurrentItemCount, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setSaveState, updateMethods inherited from class org.springframework.batch.item.ItemStreamSupport
getExecutionContextKey, getName, setExecutionContextName, setName
-
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)
-