Class SqlSessionDaoSupport

java.lang.Object
org.springframework.dao.support.DaoSupport
org.mybatis.spring.support.SqlSessionDaoSupport
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
MapperFactoryBean

public abstract class SqlSessionDaoSupport extends org.springframework.dao.support.DaoSupport
Convenient super class for MyBatis SqlSession data access objects. It gives you access to the template which can then be used to execute SQL methods.

This class needs a SqlSessionTemplate or a SqlSessionFactory. If both are set the SqlSessionFactory will be ignored.

Author:
Putthiphong Boonphong, Eduardo Macarron
See Also: