| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBeanRowMapper
The default
BeanRowMapper will map row names to lower case names, but use a single upper case letter after
underscores or dashes (which is skipped). |
| Modifier and Type | Method and Description |
|---|---|
BeanRowMapper |
JdbcEndpoint.getBeanRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JdbcHelper.newBeanInstance(org.apache.camel.CamelContext camelContext,
String outputClass,
BeanRowMapper beanRowMapper,
Map<String,Object> row) |
void |
JdbcEndpoint.setBeanRowMapper(BeanRowMapper beanRowMapper)
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.
|
| Constructor and Description |
|---|
StreamListIterator(org.apache.camel.CamelContext camelContext,
String outputClass,
BeanRowMapper beanRowMapper,
Iterator delegate) |
Apache Camel