Uses of Interface
com.ibatis.sqlmap.engine.execution.SqlExecutor
Packages that use SqlExecutor
Package
Description
-
Uses of SqlExecutor in com.ibatis.sqlmap.engine.execution
Classes in com.ibatis.sqlmap.engine.execution that implement SqlExecutorModifier and TypeClassDescriptionclass
Class responsible for executing the SQL. -
Uses of SqlExecutor in com.ibatis.sqlmap.engine.impl
Fields in com.ibatis.sqlmap.engine.impl declared as SqlExecutorModifier and TypeFieldDescriptionprotected SqlExecutor
SqlMapExecutorDelegate.sqlExecutor
The sql executor.Methods in com.ibatis.sqlmap.engine.impl that return SqlExecutorModifier and TypeMethodDescriptionExtendedSqlMapClient.getSqlExecutor()
Deprecated.Gets the sql executor.SqlMapClientImpl.getSqlExecutor()
SqlMapExecutorDelegate.getSqlExecutor()
Getter for the SqlExecutor.SqlMapSessionImpl.getSqlExecutor()
Get the SQL executor. -
Uses of SqlExecutor in com.ibatis.sqlmap.engine.mapping.statement
Methods in com.ibatis.sqlmap.engine.mapping.statement that return SqlExecutor