Interface ParameterCustomizerFactory

All Known Implementing Classes:
BindParameterCustomizerFactory

public interface ParameterCustomizerFactory
  • Method Details

    • createForParameter

      SqlStatementParameterCustomizer createForParameter(Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
      Creates parameter customizer used to bind sql statement parameters when parameter is not explicitly annotated
      Parameters:
      sqlObjectType - sql object class (interface)
      method - the method which was identified as an SQL method
      param - the parameter to bind
      index - the method parameter index
      type - the method parameter type
      Returns:
      the customizer which will be applied to the generated statement