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

Uses of Interface org.springframework.orm.ibatis.SqlMapClientCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.orm.ibatis.SqlMapClientCallback

Packages that use SqlMapClientCallback
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts. 
 

Uses of SqlMapClientCallback in org.springframework.orm.ibatis
 

Methods in org.springframework.orm.ibatis with parameters of type SqlMapClientCallback
 Object SqlMapClientTemplate.execute(SqlMapClientCallback action)
          Execute the given data access action on a SqlMapExecutor.
 List SqlMapClientTemplate.executeWithListResult(SqlMapClientCallback action)
          Execute the given data access action on a SqlMapExecutor, expecting a List result.
 Map SqlMapClientTemplate.executeWithMapResult(SqlMapClientCallback action)
          Execute the given data access action on a SqlMapExecutor, expecting a Map result.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.