Hi: I encounter a problem in using dbutils: I try to use toBeanList() to convert resultSet to bean, my code is:
*BasicRowProcessor basicRowProcessor = new BasicRowProcessor(new PropertyColumnMapper()); * *objectList = basicRowProcessor.toBeanList(resultSet, clazz);* In PropertyColumnMapper(), I override the method mapColumnsToProperties(), and the param clazz is the bean class. I got exceptions, did I miss something? Could anybody help, thanks a lot. -- Thanks, Ling Guo