站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.orm.ibatis.SqlMapClientTemplate (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.orm.ibatis.SqlMapClientTemplate

Packages that use SqlMapClientTemplate
org.springframework.orm.ibatis.support Classes supporting the org.springframework.orm.ibatis package. 
 

Uses of SqlMapClientTemplate in org.springframework.orm.ibatis.support
 

Methods in org.springframework.orm.ibatis.support that return SqlMapClientTemplate
 SqlMapClientTemplate SqlMapClientDaoSupport.getSqlMapClientTemplate()
          Return the SqlMapClientTemplate for this DAO, pre-initialized with the SqlMapClient or set explicitly.
 

Methods in org.springframework.orm.ibatis.support with parameters of type SqlMapClientTemplate
 void SqlMapClientDaoSupport.setSqlMapClientTemplate(SqlMapClientTemplate sqlMapClientTemplate)
          Set the SqlMapClientTemplate for this DAO explicitly, as an alternative to specifying a SqlMapClient.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.