|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibatis.db.dao.jdbc.SqlMapDaoTransaction
public class SqlMapDaoTransaction
| Field Summary | |
|---|---|
private SqlMap |
sqlMap
|
| Constructor Summary | |
|---|---|
SqlMapDaoTransaction(SqlMap sqlMap)
|
|
| Method Summary | |
|---|---|
void |
commit()
|
SqlMap |
getSqlMap()
|
void |
release()
|
void |
rollback()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private SqlMap sqlMap
| Constructor Detail |
|---|
public SqlMapDaoTransaction(SqlMap sqlMap)
| Method Detail |
|---|
public void commit()
throws DaoException
commit in interface DaoTransactionDaoException
public void rollback()
throws DaoException
rollback in interface DaoTransactionDaoException
public void release()
throws DaoException
release in interface DaoTransactionDaoExceptionpublic SqlMap getSqlMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||