|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.db.dao.jdbc.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 DaoTransaction
DaoException
public void rollback() throws DaoException
rollback
in interface DaoTransaction
DaoException
public void release() throws DaoException
release
in interface DaoTransaction
DaoException
public SqlMap getSqlMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |