Class BindParameterCustomizerFactory

    • Constructor Detail

      • BindParameterCustomizerFactory

        public BindParameterCustomizerFactory()
    • Method Detail

      • createForParameter

        public SqlStatementParameterCustomizer createForParameter​(Class<?> sqlObjectType,
                                                                  Method method,
                                                                  Parameter param,
                                                                  int index,
                                                                  Type type)
        Description copied from interface: ParameterCustomizerFactory
        Creates parameter customizer used to bind sql statement parameters when parameter is not explicitly annotated
        Specified by:
        createForParameter in interface ParameterCustomizerFactory
        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