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


Constructor Summary
DefaultResultHandler()
           
 
Method Summary
 java.util.List 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()
Method Detail

handleResult

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

getResultList

public java.util.List getResultList()


Copyright © 2010 MyBatis.org. All Rights Reserved.