|
||||||||||
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |