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 int
getResultCount()
T
getResultObject()
boolean
isStopped()
void
stop()
-
-
-
Method Detail
-
getResultObject
T getResultObject()
-
getResultCount
int getResultCount()
-
isStopped
boolean isStopped()
-
stop
void stop()
-
-