public class ResultSetHandlerWrapper extends Object implements org.apache.ibatis.executor.resultset.ResultSetHandler
| 构造器和说明 |
|---|
ResultSetHandlerWrapper(org.apache.ibatis.executor.resultset.ResultSetHandler resultSetHandler,
org.apache.ibatis.mapping.MappedStatement mappedStatement) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.mapping.MappedStatement |
getMappedStatement() |
<E> org.apache.ibatis.cursor.Cursor<E> |
handleCursorResultSets(Statement stmt) |
void |
handleOutputParameters(CallableStatement cs) |
<E> List<E> |
handleResultSets(Statement stmt) |
public ResultSetHandlerWrapper(org.apache.ibatis.executor.resultset.ResultSetHandler resultSetHandler,
org.apache.ibatis.mapping.MappedStatement mappedStatement)
public <E> List<E> handleResultSets(Statement stmt) throws SQLException
handleResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerSQLExceptionpublic <E> org.apache.ibatis.cursor.Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException
handleCursorResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerSQLExceptionpublic void handleOutputParameters(CallableStatement cs) throws SQLException
handleOutputParameters 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerSQLExceptionpublic org.apache.ibatis.mapping.MappedStatement getMappedStatement()
Copyright © 2024. All rights reserved.