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.vavr is a functional programming library for the JVM.-
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 TypeClassDescription(package private) classclassDeprecated.will be replaced by an opt-out plugin to give the core no hardwired behaviorclassDeprecated.UsegetConfig(Enums.class).setEnumStrategy(BY_NAME)instead.classDeprecated.UsegetConfig(Enums.class).setEnumStrategy(BY_ORDINAL)instead.(package private) classColumn mapper factory which knows how to map high-level essentials like String:BigDecimalStringbyte[]UUIDclassFactory that usesResultSet.getObject(int, Class)to fetch values.(package private) class(package private) classColumn mapper factory which knows how to map JavaTime objects:InstantLocalDateLocalTimeLocalDateTimeOffsetDateTimeZonedDateTimeZoneId(package private) classColumn mapper factory which knows how to map Optionals:OptionalOptionalIntOptionalLongOptionalDouble(package private) classColumn mapper factory which knows how to map java primitives:booleanbytecharshortintlongfloatdouble(package private) classColumn mapper factory which knows how to map java.sql timekeeping objects:TimestampFields in org.jdbi.v3.core.mapper with type parameters of type ColumnMapperFactoryModifier and TypeFieldDescriptionprivate static final List<ColumnMapperFactory>BuiltInMapperFactory.FACTORIESDeprecated.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 ColumnMapperFactoryModifier and TypeClassDescription(package private) class(package private) classclassA column mapper which maps Postgres'sPGIntervaltype to Java'sDuration.classProvide mappers corresponding to java time types.classA column mapper which maps Postgres'sPGIntervaltype to Java'sPeriod.(package private) classColumn mapper forPGobject. -
Uses of ColumnMapperFactory in org.jdbi.v3.postgres.internal
Classes in org.jdbi.v3.postgres.internal that implement ColumnMapperFactory -
Uses of ColumnMapperFactory in org.jdbi.v3.vavr
Methods in org.jdbi.v3.vavr that return ColumnMapperFactoryModifier and TypeMethodDescription(package private) static ColumnMapperFactoryVavrOptionMapper.factory()