Package | Description |
---|---|
org.apache.ibatis.executor.statement |
Statement handlers.
|
org.apache.ibatis.session |
Base package.
|
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–2015 MyBatis.org. All rights reserved.