类 ResultSetHandlerWrapper
java.lang.Object
top.zephyrs.mybatis.semi.executor.ResultSetHandlerWrapper
- 所有已实现的接口:
org.apache.ibatis.executor.resultset.ResultSetHandler
public class ResultSetHandlerWrapper
extends Object
implements org.apache.ibatis.executor.resultset.ResultSetHandler
用于对 ResultSetHandler 进行包装
-
构造器概要
构造器构造器说明ResultSetHandlerWrapper(org.apache.ibatis.executor.resultset.ResultSetHandler resultSetHandler, org.apache.ibatis.mapping.MappedStatement mappedStatement) -
方法概要
修饰符和类型方法说明org.apache.ibatis.mapping.MappedStatement<E> org.apache.ibatis.cursor.Cursor<E>void<E> List<E>handleResultSets(Statement stmt)
-
构造器详细资料
-
ResultSetHandlerWrapper
public ResultSetHandlerWrapper(org.apache.ibatis.executor.resultset.ResultSetHandler resultSetHandler, org.apache.ibatis.mapping.MappedStatement mappedStatement)
-
-
方法详细资料
-
handleResultSets
- 指定者:
handleResultSets在接口中org.apache.ibatis.executor.resultset.ResultSetHandler- 抛出:
SQLException
-
handleCursorResultSets
public <E> org.apache.ibatis.cursor.Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException - 指定者:
handleCursorResultSets在接口中org.apache.ibatis.executor.resultset.ResultSetHandler- 抛出:
SQLException
-
handleOutputParameters
- 指定者:
handleOutputParameters在接口中org.apache.ibatis.executor.resultset.ResultSetHandler- 抛出:
SQLException
-
getMappedStatement
public org.apache.ibatis.mapping.MappedStatement getMappedStatement()
-