| Package | Description |
|---|---|
| org.apache.ibatis.executor.resultset |
Contains the result processing logic.
|
| org.apache.ibatis.executor.statement |
Statement handlers.
|
| org.apache.ibatis.session |
Base package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResultSetHandler |
| Modifier and Type | Field and Description |
|---|---|
protected ResultSetHandler |
BaseStatementHandler.resultSetHandler |
| Modifier and Type | Method and Description |
|---|---|
ResultSetHandler |
Configuration.newResultSetHandler(Executor executor,
MappedStatement mappedStatement,
RowBounds rowBounds,
ParameterHandler parameterHandler,
ResultHandler resultHandler,
BoundSql boundSql) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.