Interface ParameterProvider<T>


public interface ParameterProvider<T>
Provides a parameter value that is automatically set to the query if it contains a parameter with the given name.
  • Method Details

    • getParameterName

      String getParameterName()
    • buildParameter

      T buildParameter()