com.ibatis.sqlmap.engine.transaction
Class TransactionManager
java.lang.Object
com.ibatis.sqlmap.engine.transaction.TransactionManager
public class TransactionManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionManager
public TransactionManager(TransactionConfig transactionConfig)
begin
public void begin(SessionScope sessionScope)
throws SQLException,
TransactionException
- Throws:
SQLException
TransactionException
begin
public void begin(SessionScope sessionScope,
int transactionIsolation)
throws SQLException,
TransactionException
- Throws:
SQLException
TransactionException
commit
public void commit(SessionScope sessionScope)
throws SQLException,
TransactionException
- Throws:
SQLException
TransactionException
end
public void end(SessionScope sessionScope)
throws SQLException,
TransactionException
- Throws:
SQLException
TransactionException
getConfig
public TransactionConfig getConfig()
Copyright © 2010. All Rights Reserved.