Class AttributeRowMapper

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AttributeDTO mapRow​(java.sql.ResultSet rs, int i)  
      • Methods inherited from class java.lang.Object

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

      • AttributeRowMapper

        public AttributeRowMapper()
    • Method Detail

      • mapRow

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