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

org.simpleflatmapper.jdbc.MultiIndexFieldMapper Maven / Gradle / Ivy

package org.simpleflatmapper.jdbc;

import org.simpleflatmapper.converter.Context;

import java.sql.PreparedStatement;

public interface MultiIndexFieldMapper {
    int map(PreparedStatement ps, T value, int columnIndex, Context context) throws Exception;

    int getSize(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy