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
protected  SqlMapTemplate SqlMapDaoSupport.getSqlMapTemplate()
          Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly.
 

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



Copyright (C) 2003-2004 The Spring Framework Project.