Class ParameterMapConfig

java.lang.Object
com.ibatis.sqlmap.engine.config.ParameterMapConfig

public class ParameterMapConfig extends Object
The Class ParameterMapConfig.
  • Field Details

  • Method Details

    • addParameterMapping

      public void addParameterMapping(String propertyName, Class javaClass, String jdbcType, String nullValue, String mode, String outParamType, Integer numericScale, Object typeHandlerImpl, String resultMap)
      Adds the parameter mapping.
      Parameters:
      propertyName - the property name
      javaClass - the java class
      jdbcType - the jdbc type
      nullValue - the null value
      mode - the mode
      outParamType - the out param type
      numericScale - the numeric scale
      typeHandlerImpl - the type handler impl
      resultMap - the result map