
sf.database.jdbc.rowmapper.MapRowMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.jdbc.rowmapper;
import sf.spring.util.LinkedCaseInsensitiveMap;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.Map;
/**
* 结果集转为Map
*/
public class MapRowMapper implements RowMapper
© 2015 - 2025 Weber Informatics LLC | Privacy Policy