com.ibatis.sqlmap.engine.impl
Class SqlMapSessionImpl.DeprecatedRowHandlerAdapter

java.lang.Object
  extended bycom.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.DeprecatedRowHandlerAdapter
All Implemented Interfaces:
RowHandler
Enclosing class:
SqlMapSessionImpl

Deprecated. No substitute.

private static class SqlMapSessionImpl.DeprecatedRowHandlerAdapter
extends java.lang.Object
implements RowHandler

TODO : DEPRECATED


Field Summary
private  java.util.List list
          Deprecated.  
private  RowHandler rowHandler
          Deprecated.  
 
Constructor Summary
SqlMapSessionImpl.DeprecatedRowHandlerAdapter(RowHandler rowHandler)
          Deprecated.  
 
Method Summary
 java.util.List getList()
          Deprecated.  
 void handleRow(java.lang.Object valueObject)
          Deprecated. Handles a single row of a result set.
 void handleRow(java.lang.Object valueObject, java.util.List list)
          Deprecated. TODO : Deprecated and will be removed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowHandler

private RowHandler rowHandler
Deprecated. 

list

private java.util.List list
Deprecated. 
Constructor Detail

SqlMapSessionImpl.DeprecatedRowHandlerAdapter

public SqlMapSessionImpl.DeprecatedRowHandlerAdapter(RowHandler rowHandler)
Deprecated. 
Method Detail

handleRow

public void handleRow(java.lang.Object valueObject)
Deprecated. 
Description copied from interface: RowHandler
Handles a single row of a result set.

This method will be called for each row in a result set. For each row the result map will be applied to build the value object, which is then passed in as the valueObject parameter.

Specified by:
handleRow in interface RowHandler
Parameters:
valueObject - The object representing a single row from the query.
See Also:
SqlMapSession

handleRow

public void handleRow(java.lang.Object valueObject,
                      java.util.List list)
Deprecated. 
Description copied from interface: RowHandler
TODO : Deprecated and will be removed.

Specified by:
handleRow in interface RowHandler
See Also:
RowHandler.handleRow(Object)

getList

public java.util.List getList()
Deprecated.