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

Packages that use SqlMapTransactionManager
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.scope   
 

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

Methods in com.ibatis.dao.client.template that return SqlMapTransactionManager
protected  SqlMapTransactionManager SqlMapDaoTemplate.getSqlMapTransactionManager()
          Gets the SQL Map Transaction Manager associated with the current DaoTransaction that this Dao is working under.
 

Uses of SqlMapTransactionManager in com.ibatis.sqlmap.client
 

Subinterfaces of SqlMapTransactionManager 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 SqlMapTransactionManager in com.ibatis.sqlmap.engine.impl
 

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

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

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

Methods in com.ibatis.sqlmap.engine.scope that return SqlMapTransactionManager
 SqlMapTransactionManager SessionScope.getSqlMapTxMgr()
          Get the transaction manager
 

Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapTransactionManager
 void SessionScope.setSqlMapTxMgr(SqlMapTransactionManager sqlMapTxMgr)
          Set the transaction manager