|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
protected SqlMapClientTemplate |
SqlMapClientDaoSupport.getSqlMapClientTemplate()
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 SqlMapClientTemplate | |
void |
SqlMapClientDaoSupport.setSqlMapClientTemplate(SqlMapClientTemplate sqlMapClientTemplate)
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |