Package com.ibatis.sqlmap.engine.config
Class ParameterMapConfig
java.lang.Object
com.ibatis.sqlmap.engine.config.ParameterMapConfig
The Class ParameterMapConfig.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MODE_IN
The Constant MODE_IN.- See Also:
-
MODE_OUT
The Constant MODE_OUT.- See Also:
-
MODE_INOUT
The Constant MODE_INOUT.- See Also:
-
-
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
-