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.mapper
s 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
.-
Uses of RowMapperFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type RowMapperFactoryModifier and TypeMethodDescriptiondefault This
Configurable.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 TypeClassDescriptionclass
Factory for a RowMapper that can map resultset rows to column name/generic valueMap
s.Methods in org.jdbi.v3.core.mapper that return RowMapperFactoryMethods in org.jdbi.v3.core.mapper that return types with arguments of type RowMapperFactoryModifier and TypeMethodDescriptionRowMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for 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 RowMapperFactory
Returns a mapper factory that maps to the given bean classstatic RowMapperFactory
Returns a mapper factory that maps to the given bean classstatic RowMapperFactory
Use the only declared constructor to map a class.static RowMapperFactory
Use the only declared constructor to map a class.static RowMapperFactory
ConstructorMapper.factory
(Constructor<?> constructor) Use aConstructor<T>
to map its declaring type.static RowMapperFactory
ConstructorMapper.factory
(Constructor<?> constructor, String prefix) Use aConstructor<T>
to map its declaring type.static RowMapperFactory
Returns a mapper factory that maps to the given bean classstatic RowMapperFactory
Returns a mapper factory that maps to the given bean class -
Uses of RowMapperFactory in org.jdbi.v3.jpa
Classes in org.jdbi.v3.jpa that implement RowMapperFactoryModifier and TypeClassDescriptionclass