net.sf.voruta
Class BeanHandler

java.lang.Object
  |
  +--net.sf.voruta.BeanHandler
All Implemented Interfaces:
ResultSetHandler

public class BeanHandler
extends java.lang.Object
implements ResultSetHandler

transforms row to bean

Author:
baliuka

Constructor Summary
BeanHandler()
          Creates a new instance of BeanHandler
 
Method Summary
 java.lang.Object handle(DbResultSet rs, java.lang.Class type, 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

BeanHandler

public BeanHandler()
Creates a new instance of BeanHandler
Method Detail

handle

public java.lang.Object handle(DbResultSet rs,
                               java.lang.Class type,
                               java.lang.Object[] params)
                        throws java.lang.Exception
Description copied from interface: ResultSetHandler
Callback method
Specified by:
handle in interface ResultSetHandler
Following copied from interface: net.sf.voruta.ResultSetHandler
Parameters:
rs - Result set returned by SQL query
returnType - method result type
params - method parameters
Returns:
transformed value, can be null
Throws:
SQLException - on error in query processing


Copyright © 2003-2004 voruta. All Rights Reserved.