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 Details

    • schema

      public String schema()
    • mapRow

      public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData mapRow(ResultSet rs, int rowNum) throws SQLException
      Specified by:
      mapRow in interface org.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData>
      Throws:
      SQLException