Uses of Interface
com.ibatis.sqlmap.client.SqlMapTransactionManager
Packages that use SqlMapTransactionManager
Package
Description
This package contains the core library client interface.
-
Uses of SqlMapTransactionManager in com.ibatis.sqlmap.client
Subinterfaces of SqlMapTransactionManager in com.ibatis.sqlmap.clientModifier and TypeInterfaceDescriptioninterface
A thread safe client for working with your SQL Maps (Start Here).interface
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.implModifier and TypeInterfaceDescriptioninterface
Deprecated.- this class is uneccessary and should be removed as soon as possible.Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapTransactionManagerModifier and TypeClassDescriptionclass
Implementation of ExtendedSqlMapClient.class
Implementation of SqlMapSession. -
Uses of SqlMapTransactionManager in com.ibatis.sqlmap.engine.scope
Methods in com.ibatis.sqlmap.engine.scope that return SqlMapTransactionManagerMethods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapTransactionManagerModifier and TypeMethodDescriptionvoid
SessionScope.setSqlMapTxMgr
(SqlMapTransactionManager sqlMapTxMgr) Set the transaction manager.