Uses of Interface
org.apache.ibatis.executor.statement.StatementHandler
Packages that use StatementHandler
Package
Description
Contains the statement executors.
Statement handlers.
Base package.
-
Uses of StatementHandler in org.apache.ibatis.executor
Methods in org.apache.ibatis.executor with parameters of type StatementHandlerModifier and TypeMethodDescriptionprivate Statement
ReuseExecutor.prepareStatement
(StatementHandler handler, Log statementLog) private 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 StatementHandlerModifier and TypeClassDescriptionclass
class
class
class
class
Fields in org.apache.ibatis.executor.statement declared as StatementHandler -
Uses of StatementHandler in org.apache.ibatis.session
Methods in org.apache.ibatis.session that return StatementHandlerModifier and TypeMethodDescriptionConfiguration.newStatementHandler
(Executor executor, MappedStatement mappedStatement, Object parameterObject, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql)