public static class JdbcResultFactories.ClassFactory<T> extends Object implements JdbcResultFactory<T>
Constructor and Description |
---|
ClassFactory(Class<T> objectClass,
List<String> fields) |
public void init(ResultSet result) throws SQLException
init
in interface JdbcResultFactory<T>
SQLException
public T create(ResultSet result) throws SQLException
create
in interface JdbcResultFactory<T>
SQLException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly