Uses of Class
org.jdbi.v3.core.mapper.RowMappers
Packages that use RowMappers
Package
Description
mapper
s take the JDBC ResultSet and produce Java results.-
Uses of RowMappers in org.jdbi.v3.core.mapper
Methods in org.jdbi.v3.core.mapper that return RowMappersModifier 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.