com.ibatis.dao.client
Interface DaoTransaction


public interface DaoTransaction

This interface marks a class as being a DaoTransaction. Some examples of DAO Transaction implementations would be JDBC, JTA, SQL Map and Hibernate.

No methods are declared by this interface, but DAO templates are provided to simplify accessing implementation specific transaction artifacts such as JDBC connections etc.

See Also:
DaoTemplate