org.apache.ibatis.executor.result
Class DefaultResultHandler

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

public class DefaultResultHandler
extends Object
implements ResultHandler


Constructor Summary
DefaultResultHandler()
           
DefaultResultHandler(ObjectFactory objectFactory)
           
 
Method Summary
 List<Object> getResultList()
           
 void handleResult(ResultContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResultHandler

public DefaultResultHandler()

DefaultResultHandler

public DefaultResultHandler(ObjectFactory objectFactory)
Method Detail

handleResult

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

getResultList

public List<Object> getResultList()


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