Package ome.util

Class SqlAction.IdRowMapper

  • All Implemented Interfaces:
    org.springframework.jdbc.core.RowMapper<java.lang.Long>
    Enclosing interface:
    SqlAction

    public static class SqlAction.IdRowMapper
    extends java.lang.Object
    implements org.springframework.jdbc.core.RowMapper<java.lang.Long>
    • Constructor Summary

      Constructors 
      Constructor Description
      IdRowMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long mapRow​(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

      • IdRowMapper

        public IdRowMapper()
    • Method Detail

      • mapRow

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