public interface ResultContext<T>
Modifier and Type | Method and Description |
---|---|
int |
getResultCount() |
T |
getResultObject() |
boolean |
isStopped() |
void |
stop() |
T getResultObject()
int getResultCount()
boolean isStopped()
void stop()
Copyright © 2010–2015 MyBatis.org. All rights reserved.