Uses of Interface
org.jdbi.v3.core.mapper.ColumnMapperFactory

Packages that use ColumnMapperFactory
Package
Description
The array package binds Java arrays and collections to SQL arrays, and handles mapping array result types back to Java arrays and collections.
The config classes define a configuration registry starting from each Jdbi instance.
mappers take the JDBC ResultSet and produce Java results.
The postgres plugin provides improved support for java.time, hstore, uuid, and enum types when configured with a recent Postgres database server.