Uses of Class
org.jdbi.v3.core.mapper.JoinRow
-
Packages that use JoinRow Package Description org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results. -
-
Uses of JoinRow in org.jdbi.v3.core.mapper
Methods in org.jdbi.v3.core.mapper that return JoinRow Modifier and Type Method Description JoinRowJoinRowMapper. map(java.sql.ResultSet r, StatementContext ctx)Methods in org.jdbi.v3.core.mapper that return types with arguments of type JoinRow Modifier and Type Method Description RowMapper<JoinRow>JoinRowMapper. specialize(java.sql.ResultSet r, StatementContext ctx)
-