@FunctionalInterface public interface ParamSetter<T>
Plugin for setting parameters of custom types (eg. Joda time, etc..)
Note: Support for java.time is implemented by Fluent-Jdbc by defaultModifier and Type | Method and Description |
---|---|
void |
set(T param,
PreparedStatement statement,
Integer index) |
void set(T param, PreparedStatement statement, Integer index) throws SQLException
SQLException
Copyright © 2016. All rights reserved.