org.jdbi.v3.core.mapper.RowMapper<T>public class DynamicRowMapper<T> extends Object implements org.jdbi.v3.core.mapper.RowMapper<T>
| Constructor | Description |
|---|---|
DynamicRowMapper(org.simpleflatmapper.jdbc.DynamicJdbcMapper<T> dynamicMapper) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
map(ResultSet resultSet,
org.jdbi.v3.core.statement.StatementContext statementContext) |
|
org.jdbi.v3.core.mapper.RowMapper<T> |
specialize(ResultSet rs,
org.jdbi.v3.core.statement.StatementContext ctx) |
public DynamicRowMapper(org.simpleflatmapper.jdbc.DynamicJdbcMapper<T> dynamicMapper)
public T map(ResultSet resultSet, org.jdbi.v3.core.statement.StatementContext statementContext) throws SQLException
map in interface org.jdbi.v3.core.mapper.RowMapper<T>SQLExceptionpublic org.jdbi.v3.core.mapper.RowMapper<T> specialize(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
specialize in interface org.jdbi.v3.core.mapper.RowMapper<T>SQLExceptionCopyright © 2018. All rights reserved.