类 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

      public ResultSetHandlerWrapper(org.apache.ibatis.executor.resultset.ResultSetHandler resultSetHandler, org.apache.ibatis.mapping.MappedStatement mappedStatement)
  • 方法详细资料

    • handleResultSets

      public <E> List<E> handleResultSets(Statement stmt) throws SQLException
      指定者:
      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

      public void handleOutputParameters(CallableStatement cs) throws SQLException
      指定者:
      handleOutputParameters 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandler
      抛出:
      SQLException
    • getMappedStatement

      public org.apache.ibatis.mapping.MappedStatement getMappedStatement()