Class DefaultCursor.ObjectWrapperResultHandler<T>

  • All Implemented Interfaces:
    ResultHandler<T>
    Enclosing class:
    DefaultCursor<T>

    protected static class DefaultCursor.ObjectWrapperResultHandler<T>
    extends java.lang.Object
    implements ResultHandler<T>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean fetched  
      protected T result  
    • Method Summary

      Modifier and Type Method Description
      void handleResult​(ResultContext<? extends T> context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        protected T result
      • fetched

        protected boolean fetched
    • Constructor Detail

      • ObjectWrapperResultHandler

        protected ObjectWrapperResultHandler()