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 |
---|---|
void |
JdbcEndpoint.setBeanRowMapper(BeanRowMapper beanRowMapper)
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.
|
Apache Camel