Class DefaultCursor.ObjectWrapperResultHandler<T>

java.lang.Object
org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler<T>
All Implemented Interfaces:
ResultHandler<T>
Enclosing class:
DefaultCursor<T>

protected static class DefaultCursor.ObjectWrapperResultHandler<T> extends Object implements ResultHandler<T>
  • Field Details

    • result

      protected T result
    • fetched

      protected boolean fetched
  • Constructor Details

    • ObjectWrapperResultHandler

      protected ObjectWrapperResultHandler()
  • Method Details