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 ResultHandler
Copyright © 2010–2016 MyBatis.org. All rights reserved.