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

Packages that use SqlMapTemplate
org.springframework.orm.ibatis.support 

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

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