Uses of Interface
org.jdbi.v3.core.mapper.RowMapperFactory
Packages that use RowMapperFactory
Package
Description
The
config classes define a configuration registry starting from
each Jdbi instance.mappers take the JDBC ResultSet and produce Java results.mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.
The
jpa plugin provides minimal support for discovering JPA
annotations like Column.vavr is a functional programming library for the JVM.-
Uses of RowMapperFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type RowMapperFactoryModifier and TypeMethodDescriptiondefault ThisConfigurable.registerRowMapper(RowMapperFactory factory) Convenience method forgetConfig(RowMappers.class).register(factory) -
Uses of RowMapperFactory in org.jdbi.v3.core.mapper
Classes in org.jdbi.v3.core.mapper that implement RowMapperFactoryModifier and TypeClassDescriptionclassFactory for a RowMapper that can map resultset rows to column name/generic valueMaps.(package private) classA generic RowMapperFactory that reflectively inspects aRowMapper<T>and maps only to columns of typeT.Fields in org.jdbi.v3.core.mapper with type parameters of type RowMapperFactoryModifier and TypeFieldDescriptionprivate final List<RowMapperFactory>RowMappers.factoriesprivate final JdbiInterceptionChainHolder<RowMapper<?>,RowMapperFactory> RowMappers.inferenceInterceptorsMethods in org.jdbi.v3.core.mapper that return RowMapperFactoryModifier and TypeMethodDescription(package private) static RowMapperFactoryMapEntryMapper.factory()static RowMapperFactoryMethods in org.jdbi.v3.core.mapper that return types with arguments of type RowMapperFactoryModifier and TypeMethodDescriptionRowMappers.getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the RowMapper inference.Methods in org.jdbi.v3.core.mapper with parameters of type RowMapperFactoryModifier and TypeMethodDescriptionRowMappers.register(RowMapperFactory factory) Register a row mapper factory. -
Uses of RowMapperFactory in org.jdbi.v3.core.mapper.reflect
Methods in org.jdbi.v3.core.mapper.reflect that return RowMapperFactoryModifier and TypeMethodDescriptionstatic RowMapperFactoryReturns a mapper factory that maps to the given bean classstatic RowMapperFactoryReturns a mapper factory that maps to the given bean classstatic RowMapperFactoryUse the only declared constructor to map a class.static RowMapperFactoryUse the only declared constructor to map a class.static RowMapperFactoryConstructorMapper.factory(Constructor<?> constructor) Use aConstructor<T>to map its declaring type.static RowMapperFactoryConstructorMapper.factory(Constructor<?> constructor, String prefix) Use aConstructor<T>to map its declaring type.static RowMapperFactoryReturns a mapper factory that maps to the given bean classstatic RowMapperFactoryReturns a mapper factory that maps to the given bean class -
Uses of RowMapperFactory in org.jdbi.v3.core.mapper.reflect.internal
Classes in org.jdbi.v3.core.mapper.reflect.internal that implement RowMapperFactoryModifier and TypeClassDescriptionclassRow mapper that inspects animmutables-style Immutable or Modifiable value class for properties and binds them in the style ofBeanMapper. -
Uses of RowMapperFactory in org.jdbi.v3.jpa
Classes in org.jdbi.v3.jpa that implement RowMapperFactory -
Uses of RowMapperFactory in org.jdbi.v3.vavr
Classes in org.jdbi.v3.vavr that implement RowMapperFactory