| Package | Description |
|---|---|
| org.apache.ibatis.executor.statement |
TODO fillme.
|
| org.apache.ibatis.session |
TODO fillme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStatementHandler |
class |
CallableStatementHandler |
class |
PreparedStatementHandler |
class |
RoutingStatementHandler |
class |
SimpleStatementHandler |
| Modifier and Type | Method and Description |
|---|---|
StatementHandler |
Configuration.newStatementHandler(Executor executor,
MappedStatement mappedStatement,
Object parameterObject,
RowBounds rowBounds,
ResultHandler resultHandler,
BoundSql boundSql) |
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.