|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
java.lang.Object |
SqlMapTemplate.execute(java.lang.String statementName,
SqlMapCallback action)
Execute the given data access action on the given iBATIS mapped statement. |
java.util.List |
SqlMapTemplate.executeWithListResult(java.lang.String statementName,
SqlMapCallback action)
Execute the given data access action on the given mapped statement, expecting a List result. |
java.util.Map |
SqlMapTemplate.executeWithMapResult(java.lang.String statementName,
SqlMapCallback action)
Execute the given data access action on the given mapped statement, expecting a Map result. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |