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>
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedObjectWrapperResultHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleResult(ResultContext<? extends T> context) 
 - 
 
- 
- 
Field Detail
- 
result
protected T result
 
- 
fetched
protected boolean fetched
 
 - 
 
- 
Method Detail
- 
handleResult
public void handleResult(ResultContext<? extends T> context)
- Specified by:
 handleResultin interfaceResultHandler<T>
 
 - 
 
 -