Class ParameterMapping


  • public class ParameterMapping
    extends java.lang.Object
    Author:
    Clinton Begin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpression()
      Not used
      java.lang.Class<?> getJavaType()
      Used for handling output of callable statements.
      JdbcType getJdbcType()
      Used in the UnknownTypeHandler in case there is no handler for the property type.
      java.lang.String getJdbcTypeName()
      Used for handling output of callable statements.
      ParameterMode getMode()
      Used for handling output of callable statements.
      java.lang.Integer getNumericScale()
      Used for handling output of callable statements.
      java.lang.String getProperty()  
      java.lang.String getResultMapId()
      Used for handling output of callable statements.
      TypeHandler<?> getTypeHandler()
      Used when setting parameters to the PreparedStatement.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
      • getMode

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

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

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

        public java.lang.Integer getNumericScale()
        Used for handling output of callable statements.
        Returns:
      • getTypeHandler

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

        public java.lang.String getResultMapId()
        Used for handling output of callable statements.
        Returns:
      • getJdbcTypeName

        public java.lang.String getJdbcTypeName()
        Used for handling output of callable statements.
        Returns:
      • getExpression

        public java.lang.String getExpression()
        Not used
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object