Class ParameterMapConfig
java.lang.Object
com.ibatis.sqlmap.engine.config.ParameterMapConfig
The Class ParameterMapConfig.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MODE_IN
-
MODE_OUT
-
MODE_INOUT
-
-
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 namejavaClass- the java classjdbcType- the jdbc typenullValue- the null valuemode- the modeoutParamType- the out param typenumericScale- the numeric scaletypeHandlerImpl- the type handler implresultMap- the result map
-