org.apache.ibatis.transaction
Interface Transaction

All Known Implementing Classes:
JdbcTransaction, ManagedTransaction

public interface Transaction


Method Summary
 void close()
           
 void commit()
           
 Connection getConnection()
           
 void rollback()
           
 

Method Detail

getConnection

Connection getConnection()

commit

void commit()
            throws SQLException
Throws:
SQLException

rollback

void rollback()
              throws SQLException
Throws:
SQLException

close

void close()
           throws SQLException
Throws:
SQLException


Copyright © 2010-2011 MyBatis.org. All Rights Reserved.