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 classDefaultRowMapperFactoryDefaultRowMapperFactory.Methods in org.apache.camel.component.sql that return RowMapperFactory Modifier and Type Method Description RowMapperFactoryDefaultSqlEndpoint. getRowMapperFactory()RowMapperFactorySqlComponent. getRowMapperFactory()Methods in org.apache.camel.component.sql with parameters of type RowMapperFactory Modifier and Type Method Description voidDefaultSqlEndpoint. setRowMapperFactory(RowMapperFactory rowMapperFactory)Factory for creating RowMappervoidSqlComponent. setRowMapperFactory(RowMapperFactory rowMapperFactory)Factory for creating RowMapper
-