com.ibatis.sqlmap.engine.transaction
Class TransactionManager

java.lang.Object
  extended by com.ibatis.sqlmap.engine.transaction.TransactionManager

public class TransactionManager
extends Object


Constructor Summary
TransactionManager(TransactionConfig transactionConfig)
           
 
Method Summary
 void begin(SessionScope sessionScope)
           
 void begin(SessionScope sessionScope, int transactionIsolation)
           
 void commit(SessionScope sessionScope)
           
 void end(SessionScope sessionScope)
           
 TransactionConfig getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManager

public TransactionManager(TransactionConfig transactionConfig)
Method Detail

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.