Package | Description |
---|---|
org.apache.ibatis.executor.resultset |
TODO fillme.
|
org.apache.ibatis.executor.statement |
TODO fillme.
|
org.apache.ibatis.session |
TODO fillme.
|
Modifier and Type | Class and Description |
---|---|
class |
FastResultSetHandler |
class |
NestedResultSetHandler |
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 © 2010-2013 MyBatis.org. All Rights Reserved.