Uses of Interface
org.springframework.orm.ibatis.SqlMapClientCallback
Packages that use SqlMapClientCallback
-
Uses of SqlMapClientCallback in org.springframework.orm.ibatis
Methods in org.springframework.orm.ibatis with parameters of type SqlMapClientCallbackModifier and TypeMethodDescription<T> TSqlMapClientTemplate.execute(SqlMapClientCallback<T> action) Deprecated.Execute the given data access action on a SqlMapExecutor.SqlMapClientTemplate.executeWithListResult(SqlMapClientCallback<List> action) Deprecated.SqlMapClientTemplate.executeWithMapResult(SqlMapClientCallback<Map> action) Deprecated.as of Spring 3.0 - not really needed anymore with genericSqlMapClientTemplate.execute(SqlMapClientCallback)method
SqlMapClientTemplate.execute(SqlMapClientCallback)method