Class DefaultResultContext<T>
java.lang.Object
org.apache.ibatis.executor.result.DefaultResultContext<T>
- All Implemented Interfaces:
ResultContext<T>
- Author:
- Clinton Begin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultResultContext
public DefaultResultContext()
-
-
Method Details
-
getResultObject
- Specified by:
getResultObjectin interfaceResultContext<T>
-
getResultCount
public int getResultCount()- Specified by:
getResultCountin interfaceResultContext<T>
-
isStopped
public boolean isStopped()- Specified by:
isStoppedin interfaceResultContext<T>
-
nextResultObject
-
stop
public void stop()- Specified by:
stopin interfaceResultContext<T>
-