com.ibatis.sqlmap.engine.mapping.statement
Class DefaultRowHandler
java.lang.Object
com.ibatis.sqlmap.engine.mapping.statement.DefaultRowHandler
- All Implemented Interfaces:
- RowHandler
public class DefaultRowHandler
- extends Object
- implements RowHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRowHandler
public DefaultRowHandler()
handleRow
public void handleRow(Object valueObject)
- 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
getList
public List getList()
setList
public void setList(List list)
Copyright © 2010. All Rights Reserved.