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

Uses of Class org.springframework.orm.ibatis.SqlMapTemplate (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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

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

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

Methods in org.springframework.orm.ibatis.support that return SqlMapTemplate
 SqlMapTemplate SqlMapDaoSupport.getSqlMapTemplate()
          Return the SqlMapTemplate for this DAO, pre-initialized with the SqlMap or set explicitly.
 

Methods in org.springframework.orm.ibatis.support with parameters of type SqlMapTemplate
 void SqlMapDaoSupport.setSqlMapTemplate(SqlMapTemplate sqlMapTemplate)
          Set the SqlMapTemplate for this DAO explicitly, as an alternative to specifying a SqlMap.
 



Copyright (c) 2002-2007 The Spring Framework Project.