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 BeanRowMapperModifier and TypeClassDescriptionclassThe 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 BeanRowMapperMethods in org.apache.camel.component.jdbc with parameters of type BeanRowMapperModifier and TypeMethodDescriptionstatic 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 BeanRowMapperModifierConstructorDescriptionStreamListIterator(org.apache.camel.CamelContext camelContext, String outputClass, BeanRowMapper beanRowMapper, Iterator delegate)