org.apache.ibatis.executor.result.ResultHandler Maven / Gradle / Ivy
package org.apache.ibatis.executor.result;
public interface ResultHandler {
void handleResult(ResultContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy