|
||||||||||
上一个 下一个 | 框架 无框架 |
Packages that use SqlMapTransactionManager | |
---|---|
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.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
Deprecated. - this class is uneccessary and should be removed as soon as possible. Currently spring integration depends on it. |
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 |
|
||||||||||
上一个 下一个 | 框架 无框架 |