Class JoinRowMapper

java.lang.Object
org.jdbi.v3.core.mapper.JoinRowMapper
All Implemented Interfaces:
RowMapper<JoinRow>

public class JoinRowMapper extends Object implements RowMapper<JoinRow>
A RowMapper implementation to easily compose existing RowMappers. As the name implies, it is most commonly used for retrieving multiple tables' Java representations from a joined row.