Interface PostProcessor<T>


  • public interface PostProcessor<T>
    • Method Detail

      • process

        T process​(T value,
                  java.sql.Connection connection)
        Transforms the passed value into another value
        Parameters:
        value - The input value
        connection - The connection used by the Query builder
        Returns:
        The output value