org.apache.ibatis.executor.result
Class DefaultResultContext
java.lang.Object
org.apache.ibatis.executor.result.DefaultResultContext
- All Implemented Interfaces:
- ResultContext
public class DefaultResultContext
- extends Object
- implements ResultContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResultContext
public DefaultResultContext()
getResultObject
public Object getResultObject()
- Specified by:
getResultObject
in interface ResultContext
getResultCount
public int getResultCount()
- Specified by:
getResultCount
in interface ResultContext
isStopped
public boolean isStopped()
- Specified by:
isStopped
in interface ResultContext
nextResultObject
public void nextResultObject(Object resultObject)
stop
public void stop()
- Specified by:
stop
in interface ResultContext
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.