protected static class DefaultCursor.ObjectWrapperResultHandler<T> extends Object implements ResultHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
fetched |
protected T |
result |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectWrapperResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResult(ResultContext<? extends T> context) |
protected T result
protected boolean fetched
public void handleResult(ResultContext<? extends T> context)
handleResult in interface ResultHandler<T>Copyright © 2009–2021 MyBatis.org. All rights reserved.