Package org.apache.camel.component.jdbc
Interface BeanRowMapper
-
- All Known Implementing Classes:
DefaultBeanRowMapper
public interface BeanRowMapperA mapper to map row names to java bean setter names, when using the outputClass option.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringmap(String row, Object value)
-