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