Class ScheduleDataRowMapper

Object
ScheduleDataRowMapper
All Implemented Interfaces:
RowMapper<ScheduleData>

@Component @Scope("prototype") public class ScheduleDataRowMapper extends Object implements RowMapper<ScheduleData>
  • Constructor Details

    • ScheduleDataRowMapper

      public ScheduleDataRowMapper()
  • Method Details

    • mapRow

      public ScheduleData mapRow(ResultSet rs, int rowNum) throws SQLException
      Specified by:
      mapRow in interface RowMapper<ScheduleData>
      Throws:
      SQLException