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 java.lang.Object
implements ResultHandler


Constructor Summary
DefaultMapResultHandler(java.lang.String mapKey)
           
 
Method Summary
 java.util.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(java.lang.String mapKey)
Method Detail

handleResult

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

getMappedResults

public java.util.Map getMappedResults()


Copyright © 2010 MyBatis.org. All Rights Reserved.