Uses of Interface
org.apache.ibatis.executor.statement.StatementHandler
-
Packages that use StatementHandler Package Description org.apache.ibatis.executor Contains the statement executors.org.apache.ibatis.executor.statement Statement handlers.org.apache.ibatis.session Base package. -
-
Uses of StatementHandler in org.apache.ibatis.executor
Methods in org.apache.ibatis.executor with parameters of type StatementHandler Modifier and Type Method Description private java.sql.Statement
ReuseExecutor. prepareStatement(StatementHandler handler, Log statementLog)
private java.sql.Statement
SimpleExecutor. prepareStatement(StatementHandler handler, Log statementLog)
-
Uses of StatementHandler in org.apache.ibatis.executor.statement
Classes in org.apache.ibatis.executor.statement that implement StatementHandler Modifier and Type Class Description class
BaseStatementHandler
class
CallableStatementHandler
class
PreparedStatementHandler
class
RoutingStatementHandler
class
SimpleStatementHandler
Fields in org.apache.ibatis.executor.statement declared as StatementHandler Modifier and Type Field Description private StatementHandler
RoutingStatementHandler. delegate
-
Uses of StatementHandler in org.apache.ibatis.session
Methods in org.apache.ibatis.session that return StatementHandler Modifier and Type Method Description StatementHandler
Configuration. newStatementHandler(Executor executor, MappedStatement mappedStatement, java.lang.Object parameterObject, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql)
-