Uses of Interface
org.apache.camel.component.jdbc.BeanRowMapper
-
-
Uses of BeanRowMapper in org.apache.camel.component.jdbc
Classes in org.apache.camel.component.jdbc that implement BeanRowMapper Modifier and Type Class Description classDefaultBeanRowMapperThe defaultBeanRowMapperwill map row names to lower case names, but use a single upper case letter after underscores or dashes (which is skipped).Methods in org.apache.camel.component.jdbc that return BeanRowMapper Modifier and Type Method Description BeanRowMapperJdbcEndpoint. getBeanRowMapper()Methods in org.apache.camel.component.jdbc with parameters of type BeanRowMapper Modifier and Type Method Description static ObjectJdbcHelper. newBeanInstance(org.apache.camel.CamelContext camelContext, String outputClass, BeanRowMapper beanRowMapper, Map<String,Object> row)voidJdbcEndpoint. setBeanRowMapper(BeanRowMapper beanRowMapper)To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.Constructors in org.apache.camel.component.jdbc with parameters of type BeanRowMapper Constructor Description StreamListIterator(org.apache.camel.CamelContext camelContext, String outputClass, BeanRowMapper beanRowMapper, Iterator delegate)
-