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
 java.lang.Object SqlMapClientTemplate.execute(SqlMapClientCallback action)
          Execute the given data access action on an SqlMapSession.
 java.util.List SqlMapClientTemplate.executeWithListResult(SqlMapClientCallback action)
          Execute the given data access action on an SqlMapSession, expecting a List result.
 java.util.Map SqlMapClientTemplate.executeWithMapResult(SqlMapClientCallback action)
          Execute the given data access action on an SqlMapSession, expecting a Map result.
 



Copyright (C) 2003-2004 The Spring Framework Project.