org.apache.ibatis.executor.result
Class DefaultMapResultHandler
java.lang.Object
org.apache.ibatis.executor.result.DefaultMapResultHandler
- All Implemented Interfaces:
- ResultHandler
public class DefaultMapResultHandler
- 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)
handleResult
public void handleResult(ResultContext context)
- Specified by:
handleResult
in interface ResultHandler
getMappedResults
public Map getMappedResults()
Copyright © 2010-2011 MyBatis.org. All Rights Reserved.