com.ibatis.db.dao
Interface DaoTransaction
- All Known Implementing Classes:
- SqlMapDaoTransaction
- public interface DaoTransaction
DaoTransaction wraps specific connection or transaction implementation
such that they can be effectively hidden from applications. This
is a critical part of insulating the persistence mechanism from
the application code.
- Author:
- clinton_begin
commit
public void commit()
throws DaoException
- Throws:
DaoException
rollback
public void rollback()
throws DaoException
- Throws:
DaoException
release
public void release()
throws DaoException
- Throws:
DaoException