|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
Class to manager row handler access
| Constructor Summary | |
RowHandlerCallback(ResultMap resultMap,
java.lang.Object resultObject,
RowHandler rowHandler)
Constructor |
|
| Method Summary | |
void |
handleResultObject(RequestScope request,
java.lang.Object[] results,
java.sql.ResultSet rs)
Prepares the row object, and passes it to the row handler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RowHandlerCallback(ResultMap resultMap,
java.lang.Object resultObject,
RowHandler rowHandler)
resultMap - - the result mapresultObject - - the result objectrowHandler - - the row handler object| Method Detail |
public void handleResultObject(RequestScope request,
java.lang.Object[] results,
java.sql.ResultSet rs)
throws java.sql.SQLException
request - - the request scoperesults - - the result data
java.sql.SQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||