public class DefaultMapResultHandler<K,V> extends Object implements ResultHandler
| Constructor and Description |
|---|
DefaultMapResultHandler(String mapKey,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory) |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
getMappedResults() |
void |
handleResult(ResultContext context) |
public DefaultMapResultHandler(String mapKey, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory)
public void handleResult(ResultContext context)
handleResult in interface ResultHandlerCopyright © 2010–2022 MyBatis.org. All rights reserved.