Package com.github.eikecochu.sqlbuilder
Interface PostProcessor<T>
-
public interface PostProcessor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tprocess(T value, java.sql.Connection connection)Transforms the passed value into another value
-