|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlSessionTemplate | |
|---|---|
| org.mybatis.spring | Contains core classes to build the MyBatis integration with Spring3.X. |
| org.mybatis.spring.support | Contains Spring3.X support classes for MyBatis. |
| Uses of SqlSessionTemplate in org.mybatis.spring |
|---|
| Methods in org.mybatis.spring with parameters of type SqlSessionTemplate | |
|---|---|
void |
MapperFactoryBean.setSqlSessionTemplate(SqlSessionTemplate sqlSessionTemplate)
|
| Uses of SqlSessionTemplate in org.mybatis.spring.support |
|---|
| Methods in org.mybatis.spring.support that return SqlSessionTemplate | |
|---|---|
SqlSessionTemplate |
SqlSessionDaoSupport.getSqlSessionTemplate()
Return the SqlSessionTemplate for this DAO, pre-initialized with the SqlSessionFactory or set explicitly. |
| Methods in org.mybatis.spring.support with parameters of type SqlSessionTemplate | |
|---|---|
void |
SqlSessionDaoSupport.setSqlSessionTemplate(SqlSessionTemplate sessionTemplate)
Set the SqlSessionTemplate for this DAO explicitly, as an alternative to specifying a SqlSessionFactory. |
| Constructors in org.mybatis.spring.support with parameters of type SqlSessionTemplate | |
|---|---|
SqlSessionDaoSupport(SqlSessionTemplate sessionTemplate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||