org.oddjob.sql
Class ResultSetBeanFactory
java.lang.Object
org.oddjob.sql.ResultSetBeanFactory
public class ResultSetBeanFactory
- extends Object
Helper class that creates beans out of result sets.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetBeanFactory
public ResultSetBeanFactory(ResultSet resultSet,
PropertyAccessor accessor,
DatabaseDialect dialect)
throws SQLException,
ClassNotFoundException
- Throws:
SQLException
ClassNotFoundException
next
public Object next()
throws SQLException
- Throws:
SQLException
all
public List<Object> all()
throws SQLException
- Throws:
SQLException