Uses of Class
org.jdbi.v3.core.mapper.JoinRowMapper
-
Packages that use JoinRowMapper Package Description org.jdbi.v3.core.mapper mappers 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 JoinRowMapper Modifier and Type Method Description static JoinRowMapperJoinRowMapper. forTypes(java.lang.reflect.Type... classes)Create a JoinRowMapper that maps each of the given types and returns aJoinRowwith the resulting values.
-