Class CustomerCreditRowMapper

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

    public class CustomerCreditRowMapper
    extends java.lang.Object
    implements org.springframework.jdbc.core.RowMapper<CustomerCredit>
    • Constructor Detail

      • CustomerCreditRowMapper

        public CustomerCreditRowMapper()
    • Method Detail

      • mapRow

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