Uses of Interface
com.ibatis.sqlmap.client.SqlMapExecutor

Packages that use SqlMapExecutor
com.ibatis.dao.client.template   
com.ibatis.sqlmap.client This package contains the core library client interface. 
com.ibatis.sqlmap.engine.impl   
com.ibatis.sqlmap.engine.mapping.statement   
com.ibatis.sqlmap.engine.scope   
 

Uses of SqlMapExecutor in com.ibatis.dao.client.template
 

Classes in com.ibatis.dao.client.template that implement SqlMapExecutor
 class SqlMapDaoTemplate
          A DaoTemplate for SQL Map implementations that provides a convenient method to access the SqlMapExecutor.
 

Methods in com.ibatis.dao.client.template that return SqlMapExecutor
protected  SqlMapExecutor SqlMapDaoTemplate.getSqlMapExecutor()
          Gets the SQL Map Executor associated with the current DaoTransaction that this Dao is working under.
 

Uses of SqlMapExecutor in com.ibatis.sqlmap.client
 

Subinterfaces of SqlMapExecutor in com.ibatis.sqlmap.client
 interface SqlMapClient
          A thread safe client for working with your SQL Maps (Start Here).
 interface SqlMapSession
          A single threaded session for working with your SQL Maps.
 

Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.impl
 

Subinterfaces of SqlMapExecutor in com.ibatis.sqlmap.engine.impl
 interface ExtendedSqlMapClient
          A more advanced SQL map client interface
 

Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapExecutor
 class SqlMapClientImpl
          Implementation of ExtendedSqlMapClient
 class SqlMapSessionImpl
          Implementation of SqlMapSession
 

Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.mapping.statement
 

Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type SqlMapExecutor
PaginatedDataList(SqlMapExecutor sqlMapExecutor, java.lang.String statementName, java.lang.Object parameterObject, int pageSize)
           
 

Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.scope
 

Methods in com.ibatis.sqlmap.engine.scope that return SqlMapExecutor
 SqlMapExecutor SessionScope.getSqlMapExecutor()
          Get the SQL executor for the session
 

Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapExecutor
 void SessionScope.setSqlMapExecutor(SqlMapExecutor sqlMapExecutor)
          Get the SQL executor for the session