| |
|
| java.lang.Object org.apache.commons.dbutils.handlers.BeanHandler
Method Summary | |
public Object | handle(ResultSet rs) Convert the first row of the ResultSet into a bean with the
Class given in the constructor. |
BeanHandler | public BeanHandler(Class type)(Code) | | Creates a new instance of BeanHandler.
Parameters: type - The Class that objects returned from handle() are created from. |
BeanHandler | public BeanHandler(Class type, RowProcessor convert)(Code) | | Creates a new instance of BeanHandler.
Parameters: type - The Class that objects returned from handle() are created from. Parameters: convert - The RowProcessor implementation to use when converting rows into beans. |
|
|
|