com.ibatis.sqlmap.engine.mapping.statement
Class RowHandlerCallback
java.lang.Object
com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
- public class RowHandlerCallback
- extends java.lang.Object
Class to manager row handler access
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowHandlerCallback
public RowHandlerCallback(ResultMap resultMap,
java.lang.Object resultObject,
RowHandler rowHandler)
- Constructor
- Parameters:
resultMap
- - the result mapresultObject
- - the result objectrowHandler
- - the row handler object
handleResultObject
public void handleResultObject(RequestScope request,
java.lang.Object[] results,
java.sql.ResultSet rs)
throws java.sql.SQLException
- Prepares the row object, and passes it to the row handler
- Parameters:
request
- - the request scoperesults
- - the result data
- Throws:
java.sql.SQLException
getRowHandler
public RowHandler getRowHandler()