Uses of Interface
org.apache.camel.component.sql.RowMapperFactory
Packages that use RowMapperFactory
Package
Description
Defines an SQL component that can bind to JDBC datasources and execute SQL queries
that are exposed as endpoints.
-
Uses of RowMapperFactory in org.apache.camel.component.sql
Classes in org.apache.camel.component.sql that implement RowMapperFactoryMethods in org.apache.camel.component.sql that return RowMapperFactoryModifier and TypeMethodDescriptionDefaultSqlEndpoint.getRowMapperFactory()
SqlComponent.getRowMapperFactory()
Methods in org.apache.camel.component.sql with parameters of type RowMapperFactoryModifier and TypeMethodDescriptionvoid
DefaultSqlEndpoint.setRowMapperFactory
(RowMapperFactory rowMapperFactory) Factory for creating RowMappervoid
SqlComponent.setRowMapperFactory
(RowMapperFactory rowMapperFactory) Factory for creating RowMapper