
com.github.yydf.struts.mapper.ResultMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts Show documentation
Show all versions of struts Show documentation
A simple, light Java WEB + ORM framework.
package com.github.yydf.struts.mapper;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public interface ResultMapper {
T doStatement(PreparedStatement stmt) throws SQLException;
String getSql();
Object[] getArgs();
void clean();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy