|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.sf.voruta.BeanCollectionHandler
Transforms result set to collection of beans
| Constructor Summary | |
BeanCollectionHandler(java.lang.Class type)
Creates a new instance of BeanCollectionHandler |
|
| Method Summary | |
java.lang.Object |
handle(DbResultSet rs,
java.lang.Class returnType,
java.lang.Object[] params)
Callback method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BeanCollectionHandler(java.lang.Class type)
type - Bean type| Method Detail |
public java.lang.Object handle(DbResultSet rs,
java.lang.Class returnType,
java.lang.Object[] params)
throws java.lang.Exception
ResultSetHandlerhandle in interface ResultSetHandlernet.sf.voruta.ResultSetHandlerrs - Result set returned by SQL queryreturnType - method result typeparams - method parametersSQLException - on error in query processing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||