org.apache.ibatis.executor.result
Class DefaultMapResultHandler<K,V>

java.lang.Object
  extended by org.apache.ibatis.executor.result.DefaultMapResultHandler<K,V>
All Implemented Interfaces:
ResultHandler

public class DefaultMapResultHandler<K,V>
extends Object
implements ResultHandler


Constructor Summary
DefaultMapResultHandler(String mapKey, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory)
           
 
Method Summary
 Map<K,V> getMappedResults()
           
 void handleResult(ResultContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMapResultHandler

public DefaultMapResultHandler(String mapKey,
                               ObjectFactory objectFactory,
                               ObjectWrapperFactory objectWrapperFactory)
Method Detail

handleResult

public void handleResult(ResultContext context)
Specified by:
handleResult in interface ResultHandler

getMappedResults

public Map<K,V> getMappedResults()


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.