Uses of Class
org.jdbi.v3.core.mapper.RowMappers
Package
Description
mapper
s take the JDBC ResultSet and produce Java results.-
Uses of RowMappers in org.jdbi.v3.core.mapper
Modifier and TypeMethodDescriptionRowMappers.createCopy()
Register a row mapper for a given type.<T> RowMappers
RowMappers.register
(GenericType<T> type, RowMapper<T> mapper) Register a row mapper for a given type.Register a row mapper which will have its parameterized type inspected to determine what it maps to.RowMappers.register
(RowMapperFactory factory) Register a row mapper factory.