Class JdbiOnHSQLDB.EntryMapper

  • All Implemented Interfaces:
    org.jdbi.v3.core.mapper.RowMapper<io.vlingo.symbio.Entry>
    Enclosing class:
    JdbiOnHSQLDB

    public static class JdbiOnHSQLDB.EntryMapper
    extends java.lang.Object
    implements org.jdbi.v3.core.mapper.RowMapper<io.vlingo.symbio.Entry>
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.vlingo.symbio.Entry map​(java.sql.ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jdbi.v3.core.mapper.RowMapper

        specialize
    • Constructor Detail

      • EntryMapper

        public EntryMapper()
    • Method Detail

      • map

        public io.vlingo.symbio.Entry map​(java.sql.ResultSet rs,
                                          org.jdbi.v3.core.statement.StatementContext ctx)
                                   throws java.sql.SQLException
        Specified by:
        map in interface org.jdbi.v3.core.mapper.RowMapper<io.vlingo.symbio.Entry>
        Throws:
        java.sql.SQLException