Providing a way to map bean properties to SQL IN parameters would round out the
bean functionality. We already have ResultSet columns being transferred to bean
properties; why not transfer the other way as well?
Description
This commons-dev message brings up interesting points:
http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg36011.html
Providing a way to map bean properties to SQL IN parameters would round out the
bean functionality. We already have ResultSet columns being transferred to bean
properties; why not transfer the other way as well?
DBUTILS-47suggests a nice implementation for this using a StatementFiller interface.