Uses of Class
org.jdbi.v3.core.mapper.JoinRowMapper
Packages that use JoinRowMapper
Package
Description
mapper
s take the JDBC ResultSet and produce Java results.-
Uses of JoinRowMapper in org.jdbi.v3.core.mapper
Methods in org.jdbi.v3.core.mapper that return JoinRowMapperModifier and TypeMethodDescriptionstatic JoinRowMapper
Create a JoinRowMapper that maps each of the given types and returns aJoinRow
with the resulting values.