All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fluentjdbc.InsertMapper Maven / Gradle / Ivy

There is a newer version: 0.5.3
Show newest version
package org.fluentjdbc;

import java.sql.SQLException;

public interface InsertMapper {

    void mapRow(Inserter inserter, T o) throws SQLException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy