org.apache.ibatis.executor.result
Class DefaultMapResultHandler<K,V>
java.lang.Object
org.apache.ibatis.executor.result.DefaultMapResultHandler<K,V>
- All Implemented Interfaces:
- ResultHandler
public class DefaultMapResultHandler<K,V>
- extends Object
- implements ResultHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMapResultHandler
public DefaultMapResultHandler(String mapKey,
ObjectFactory objectFactory)
handleResult
public void handleResult(ResultContext context)
- Specified by:
handleResult
in interface ResultHandler
getMappedResults
public Map<K,V> getMappedResults()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.