|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibatis.dao.engine.transaction.jta.JtaDaoTransaction
| Constructor Summary | |
JtaDaoTransaction(javax.transaction.UserTransaction utx,
javax.sql.DataSource ds)
|
|
| Method Summary | |
void |
close()
|
void |
commit()
|
java.sql.Connection |
getConnection()
|
void |
rollback()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JtaDaoTransaction(javax.transaction.UserTransaction utx,
javax.sql.DataSource ds)
| Method Detail |
public void commit()
public void rollback()
public void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Connection getConnection()
getConnection in interface ConnectionDaoTransaction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||