![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.ibatis.session.ResultContext Maven / Gradle / Ivy
package org.apache.ibatis.session;
public interface ResultContext {
Object getResultObject();
int getResultCount();
boolean isStopped();
void stop();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy