List of usage examples for org.apache.commons.beanutils JDBCDynaClass subclass-usage
From source file net.mlw.vlh.adapter.jdbc.dynabean.fix.ResultSetDynaClass.java
/**
* <p>Implementation of <code>DynaClass</code> for DynaBeans that wrap the
* <code>java.sql.Row</code> objects of a <code>java.sql.ResultSet</code>.
* The normal usage pattern is something like:</p>
* <pre>
* ResultSet rs = ...;