org.apache.camel.component.jdbc
Interface BeanRowMapper

All Known Implementing Classes:
DefaultBeanRowMapper

public interface BeanRowMapper

A mapper to map row names to java bean setter names, when using the outputClass option.


Method Summary
 String map(String row, Object value)
           
 

Method Detail

map

String map(String row,
           Object value)


Apache Camel