|
|||||||||
| Home >> All >> com >> ibatis >> sqlmap >> engine >> [ transaction overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.ibatis.sqlmap.engine.transaction
Interface Transaction

- public interface Transaction
| Method Summary | |
void |
close()
|
void |
commit()
|
java.sql.Connection |
getConnection()
|
void |
rollback()
|
| Method Detail |
commit
public void commit()
throws java.sql.SQLException,
TransactionException
rollback
public void rollback()
throws java.sql.SQLException,
TransactionException
close
public void close()
throws java.sql.SQLException,
TransactionException
getConnection
public java.sql.Connection getConnection() throws java.sql.SQLException, TransactionException
|
|||||||||
| Home >> All >> com >> ibatis >> sqlmap >> engine >> [ transaction overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC