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. |