Class JournalEntryReadPlatformServiceImpl.GLJournalEntryMapper
java.lang.Object
org.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformServiceImpl.GLJournalEntryMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<org.apache.fineract.accounting.journalentry.data.JournalEntryData>
- Enclosing class:
JournalEntryReadPlatformServiceImpl
protected static class JournalEntryReadPlatformServiceImpl.GLJournalEntryMapper
extends Object
implements org.springframework.jdbc.core.RowMapper<org.apache.fineract.accounting.journalentry.data.JournalEntryData>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGLJournalEntryMapper(org.apache.fineract.accounting.journalentry.data.JournalEntryAssociationParametersData associationParametersData) -
Method Summary
-
Constructor Details
-
GLJournalEntryMapper
protected GLJournalEntryMapper(org.apache.fineract.accounting.journalentry.data.JournalEntryAssociationParametersData associationParametersData)
-
-
Method Details
-
schema
-
mapRow
public org.apache.fineract.accounting.journalentry.data.JournalEntryData mapRow(ResultSet rs, int rowNum) throws SQLException - Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<org.apache.fineract.accounting.journalentry.data.JournalEntryData>- Throws:
SQLException
-