| Package | Description |
|---|---|
| org.apache.ibatis.cursor.defaults |
Default implementation for cursor feature.
|
| org.apache.ibatis.executor.resultset |
Contains the result processing logic.
|
| Constructor and Description |
|---|
DefaultCursor(DefaultResultSetHandler resultSetHandler,
ResultMap resultMap,
ResultSetWrapper rsw,
RowBounds rowBounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultResultSetHandler.handleRowValues(ResultSetWrapper rsw,
ResultMap resultMap,
ResultHandler<?> resultHandler,
RowBounds rowBounds,
ResultMapping parentMapping) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.