Class RoleReadPlatformServiceImpl.RoleMapper

java.lang.Object
org.apache.fineract.useradministration.service.RoleReadPlatformServiceImpl.RoleMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<org.apache.fineract.useradministration.data.RoleData>
Enclosing class:
RoleReadPlatformServiceImpl

protected static final class RoleReadPlatformServiceImpl.RoleMapper extends Object implements org.springframework.jdbc.core.RowMapper<org.apache.fineract.useradministration.data.RoleData>
  • Constructor Details

    • RoleMapper

      protected RoleMapper()
  • Method Details

    • mapRow

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

      public String schema()