Class PlayerSummaryMapper

  • All Implemented Interfaces:
    org.springframework.jdbc.core.RowMapper<PlayerSummary>

    public class PlayerSummaryMapper
    extends java.lang.Object
    implements org.springframework.jdbc.core.RowMapper<PlayerSummary>
    RowMapper used to map a ResultSet to a PlayerSummary
    Author:
    Lucas Ward
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      PlayerSummarymapRow​(java.sql.ResultSet rs, int rowNum) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlayerSummaryMapper

        public PlayerSummaryMapper()
    • Method Detail

      • mapRow

        public PlayerSummary mapRow​(java.sql.ResultSet rs,
                                    int rowNum)
                             throws java.sql.SQLException
        Specified by:
        mapRow in interface org.springframework.jdbc.core.RowMapper<PlayerSummary>
        Throws:
        java.sql.SQLException