public class DefaultResultHandler extends Object implements ResultHandler<Object>
| Constructor and Description |
|---|
DefaultResultHandler() |
DefaultResultHandler(ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getResultList() |
void |
handleResult(ResultContext<?> context) |
public DefaultResultHandler()
public DefaultResultHandler(ObjectFactory objectFactory)
public void handleResult(ResultContext<?> context)
handleResult in interface ResultHandler<Object>Copyright © 2009–2021 MyBatis.org. All rights reserved.