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 TypeInterfaceDescriptioninterfaceA thread safe client for working with your SQL Maps (Start Here).interfaceA 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 TypeInterfaceDescriptioninterfaceDeprecated.- this class is uneccessary and should be removed as soon as possible.Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapTransactionManagerModifier and TypeClassDescriptionclassImplementation of ExtendedSqlMapClient.classImplementation 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 TypeMethodDescriptionvoidSessionScope.setSqlMapTxMgr(SqlMapTransactionManager sqlMapTxMgr) Set the transaction manager.