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 StatementReuseExecutor.prepareStatement(StatementHandler handler, Log statementLog) private StatementSimpleExecutor.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 TypeClassDescriptionclassclassclassclassclassFields 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)