Package org.apache.ibatis.session
Interface ResultContext<T>
- 
- All Known Implementing Classes:
 DefaultResultContext
public interface ResultContext<T>- Author:
 - Clinton Begin
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetResultCount()TgetResultObject()booleanisStopped()voidstop() 
 - 
 
- 
- 
Method Detail
- 
getResultObject
T getResultObject()
 
- 
getResultCount
int getResultCount()
 
- 
isStopped
boolean isStopped()
 
- 
stop
void stop()
 
 - 
 
 -