Class CustomerDebitRowMapper

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

    public class CustomerDebitRowMapper
    extends java.lang.Object
    implements org.springframework.jdbc.core.RowMapper<CustomerDebit>
    • Method Summary

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

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

      • CustomerDebitRowMapper

        public CustomerDebitRowMapper()
    • Method Detail

      • mapRow

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