org.apache.ibatis.executor.result
Class DefaultMapResultHandler

java.lang.Object
  extended by org.apache.ibatis.executor.result.DefaultMapResultHandler
All Implemented Interfaces:
ResultHandler

public class DefaultMapResultHandler
extends Object
implements ResultHandler


Constructor Summary
DefaultMapResultHandler(String mapKey)
           
 
Method Summary
 Map 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)
Method Detail

handleResult

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

getMappedResults

public Map getMappedResults()


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