org.apache.ibatis.executor.result
Class DefaultResultHandler
java.lang.Object
org.apache.ibatis.executor.result.DefaultResultHandler
- All Implemented Interfaces:
- ResultHandler
public class DefaultResultHandler
- extends Object
- implements ResultHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResultHandler
public DefaultResultHandler()
DefaultResultHandler
public DefaultResultHandler(ObjectFactory objectFactory)
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.