Class InterestRateChartReadPlatformServiceImpl.InterestRateChartMapper
java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartReadPlatformServiceImpl.InterestRateChartMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData>
- Enclosing class:
InterestRateChartReadPlatformServiceImpl
public static final class InterestRateChartReadPlatformServiceImpl.InterestRateChartMapper
extends Object
implements org.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData>
-
Method Summary
-
Method Details
-
schema
-
mapRow
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData mapRow(ResultSet rs, int rowNum) throws SQLException - Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData>- Throws:
SQLException
-