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.-
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.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 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 static factory method to map a class.static RowMapperFactoryUse the only declared static factory method 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