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

org.javers.repository.sql.session.ObjectMapper Maven / Gradle / Ivy

There is a newer version: 7.6.2
Show newest version
package org.javers.repository.sql.session;

import java.sql.ResultSet;
import java.sql.SQLException;

@FunctionalInterface
public interface ObjectMapper {
    T get(ResultSet resultSet) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy