Class Guestbook.GuestbookMapper
java.lang.Object
models.Guestbook.GuestbookMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<Guestbook>
- Enclosing class:
Guestbook
-
Constructor Details
-
GuestbookMapper
public GuestbookMapper()
-
-
Method Details
-
map
public Guestbook map(ResultSet r, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<Guestbook>- Throws:
SQLException
-