Uses of Interface
org.jdbi.v3.core.mapper.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
Modifier and TypeMethodDescriptiondefault This
Configurable.registerRowMapper
(RowMapperFactory factory) Convenience method forgetConfig(RowMappers.class).register(factory)
-
Uses of RowMapperFactory in org.jdbi.v3.core.mapper
Modifier and TypeClassDescriptionclass
Factory for a RowMapper that can map resultset rows to column name/generic valueMap
s.Modifier and TypeMethodDescriptionRowMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the RowMapper inference.Modifier and TypeMethodDescriptionRowMappers.register
(RowMapperFactory factory) Register a row mapper factory. -
Uses of RowMapperFactory in org.jdbi.v3.core.mapper.reflect
Modifier 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
Modifier and TypeClassDescriptionclass