Class ParameterMapping

java.lang.Object
org.apache.ibatis.mapping.ParameterMapping

public class ParameterMapping extends Object
Author:
Clinton Begin
  • Method Details Link icon

    • getProperty Link icon

      public String getProperty()
    • getMode Link icon

      public ParameterMode getMode()
      Used for handling output of callable statements.
      Returns:
      the mode
    • getJavaType Link icon

      public Class<?> getJavaType()
      Used for handling output of callable statements.
      Returns:
      the java type
    • getJdbcType Link icon

      public JdbcType getJdbcType()
      Used in the UnknownTypeHandler in case there is no handler for the property type.
      Returns:
      the jdbc type
    • getNumericScale Link icon

      public Integer getNumericScale()
      Used for handling output of callable statements.
      Returns:
      the numeric scale
    • getTypeHandler Link icon

      public TypeHandler<?> getTypeHandler()
      Used when setting parameters to the PreparedStatement.
      Returns:
      the type handler
    • getResultMapId Link icon

      public String getResultMapId()
      Used for handling output of callable statements.
      Returns:
      the result map id
    • getJdbcTypeName Link icon

      public String getJdbcTypeName()
      Used for handling output of callable statements.
      Returns:
      the jdbc type name
    • getExpression Link icon

      public String getExpression()
      Expression 'Not used'.
      Returns:
      the expression
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object