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

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

Uses of SqlMapCallback in org.springframework.orm.ibatis
 

Methods in org.springframework.orm.ibatis with parameters of type SqlMapCallback
 Object SqlMapTemplate.execute(String statementName, SqlMapCallback action)
          Execute the given data access action on the given iBATIS mapped statement.
 List SqlMapTemplate.executeWithListResult(String statementName, SqlMapCallback action)
          Execute the given data access action on the given mapped statement, expecting a List result.
 Map SqlMapTemplate.executeWithMapResult(String statementName, SqlMapCallback action)
          Execute the given data access action on the given mapped statement, expecting a Map result.
 



Copyright (c) 2002-2005 The Spring Framework Project.