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

org.sql2o.reflection2.ObjectBuildable Maven / Gradle / Ivy

The newest version!
package org.sql2o.reflection2;

public interface ObjectBuildable {

    void withValue(String columnName, Object value) throws ReflectiveOperationException;

    T build() throws ReflectiveOperationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy