Uses of Class
org.springframework.orm.ibatis.SqlMapClientTemplate
Packages that use SqlMapClientTemplate
Package
Description
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 SqlMapClientTemplateModifier and TypeMethodDescriptionfinal SqlMapClientTemplateSqlMapClientDaoSupport.getSqlMapClientTemplate()Deprecated.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 SqlMapClientTemplateModifier and TypeMethodDescriptionfinal voidSqlMapClientDaoSupport.setSqlMapClientTemplate(SqlMapClientTemplate sqlMapClientTemplate) Deprecated.Set the SqlMapClientTemplate for this DAO explicitly, as an alternative to specifying a SqlMapClient.