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.-
Uses of ColumnMapperFactory in org.jdbi.v3.core.array
Classes in org.jdbi.v3.core.array that implement ColumnMapperFactoryModifier and TypeClassDescriptionclassMaps SQL array columns into Java arrays or other Java container types. -
Uses of ColumnMapperFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type ColumnMapperFactoryModifier and TypeMethodDescriptiondefault ThisConfigurable.registerColumnMapper(ColumnMapperFactory factory) Convenience method forgetConfig(ColumnMappers.class).register(factory) -
Uses of ColumnMapperFactory in org.jdbi.v3.core.mapper
Classes in org.jdbi.v3.core.mapper that implement ColumnMapperFactoryModifier and TypeClassDescriptionclassFactory that usesResultSet.getObject(int, Class)to fetch values.Methods in org.jdbi.v3.core.mapper that return ColumnMapperFactoryModifier and TypeMethodDescriptionstatic ColumnMapperFactoryGetObjectColumnMapperFactory.forClasses(Class<?>... types) static ColumnMapperFactoryGetObjectColumnMapperFactory.forClasses(Set<Class<?>> types) static ColumnMapperFactoryColumnMapperFactory.of(Type type, ColumnMapper<?> mapper) Create a ColumnMapperFactory from a givenColumnMapperthat matches a single Type exactly.Methods in org.jdbi.v3.core.mapper with parameters of type ColumnMapperFactoryModifier and TypeMethodDescriptionstatic QualifiedColumnMapperFactoryQualifiedColumnMapperFactory.adapt(ColumnMapperFactory factory) Adapts aColumnMapperFactoryinto a QualifiedColumnMapperFactory.ColumnMappers.register(ColumnMapperFactory factory) Register a column mapper factory. -
Uses of ColumnMapperFactory in org.jdbi.v3.json.internal
Classes in org.jdbi.v3.json.internal that implement ColumnMapperFactoryModifier and TypeClassDescriptionclassconverts a(@Json) Stringfetched by another mapper into a value object -
Uses of ColumnMapperFactory in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres that implement ColumnMapperFactory -
Uses of ColumnMapperFactory in org.jdbi.v3.postgres.internal
Classes in org.jdbi.v3.postgres.internal that implement ColumnMapperFactory