Class ParameterMapping

java.lang.Object
com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping

public class ParameterMapping extends Object
The Class ParameterMapping.
  • Constructor Details

    • ParameterMapping

      public ParameterMapping()
      Instantiates a new parameter mapping.
  • Method Details

    • getNullValue

      public String getNullValue()
      Gets the null value.
      Returns:
      the null value
    • setNullValue

      public void setNullValue(String nullValue)
      Sets the null value.
      Parameters:
      nullValue - the new null value
    • getPropertyName

      public String getPropertyName()
      Gets the property name.
      Returns:
      the property name
    • setPropertyName

      public void setPropertyName(String propertyName)
      Sets the property name.
      Parameters:
      propertyName - the new property name
    • getErrorString

      public String getErrorString()
      Gets the error string.
      Returns:
      the error string
    • getTypeHandler

      public TypeHandler getTypeHandler()
      Gets the type handler.
      Returns:
      the type handler
    • setTypeHandler

      public void setTypeHandler(TypeHandler typeHandler)
      Sets the type handler.
      Parameters:
      typeHandler - the new type handler
    • getJavaType

      public Class getJavaType()
      Gets the java type.
      Returns:
      the java type
    • setJavaType

      public void setJavaType(Class javaType)
      Sets the java type.
      Parameters:
      javaType - the new java type
    • getJavaTypeName

      public String getJavaTypeName()
      Gets the java type name.
      Returns:
      the java type name
    • setJavaTypeName

      public void setJavaTypeName(String javaTypeName)
      Sets the java type name.
      Parameters:
      javaTypeName - the new java type name
    • getJdbcType

      public int getJdbcType()
      Gets the jdbc type.
      Returns:
      the jdbc type
    • getJdbcTypeName

      public String getJdbcTypeName()
      Gets the jdbc type name.
      Returns:
      the jdbc type name
    • setJdbcTypeName

      public void setJdbcTypeName(String jdbcTypeName)
      Sets the jdbc type name.
      Parameters:
      jdbcTypeName - the new jdbc type name
    • getMode

      public String getMode()
      Gets the mode.
      Returns:
      the mode
    • setMode

      public void setMode(String mode)
      Sets the mode.
      Parameters:
      mode - the new mode
    • isInputAllowed

      public boolean isInputAllowed()
      Checks if is input allowed.
      Returns:
      true, if is input allowed
    • isOutputAllowed

      public boolean isOutputAllowed()
      Checks if is output allowed.
      Returns:
      true, if is output allowed
    • getTypeName

      public String getTypeName()
      user-defined or REF types.
      Returns:
      typeName
    • setTypeName

      public void setTypeName(String typeName)
      for user-defined or REF types.
      Parameters:
      typeName - the new type name
    • getResultMapName

      public String getResultMapName()
      Gets the result map name.
      Returns:
      the result map name
    • setResultMapName

      public void setResultMapName(String resultMapName)
      Sets the result map name.
      Parameters:
      resultMapName - the new result map name
    • getNumericScale

      public Integer getNumericScale()
      Gets the numeric scale.
      Returns:
      the numeric scale
    • setNumericScale

      public void setNumericScale(Integer numericScale)
      Sets the numeric scale.
      Parameters:
      numericScale - the new numeric scale