Uses of Interface
org.apache.camel.component.sql.RowMapperFactory
-
Packages that use RowMapperFactory Package Description org.apache.camel.component.sql 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 RowMapperFactory Modifier and Type Class Description class
DefaultRowMapperFactory
DefaultRowMapperFactory
.Methods in org.apache.camel.component.sql that return RowMapperFactory Modifier and Type Method Description RowMapperFactory
DefaultSqlEndpoint. getRowMapperFactory()
RowMapperFactory
SqlComponent. getRowMapperFactory()
Methods in org.apache.camel.component.sql with parameters of type RowMapperFactory Modifier and Type Method Description void
DefaultSqlEndpoint. setRowMapperFactory(RowMapperFactory rowMapperFactory)
Factory for creating RowMappervoid
SqlComponent. setRowMapperFactory(RowMapperFactory rowMapperFactory)
Factory for creating RowMapper
-