Class ParameterHandlerContext


  • public class ParameterHandlerContext
    extends Object
    The type Parameter handler context.
    Version:
    1.0.0
    Author:
    Gang Cheng
    • Constructor Detail

      • ParameterHandlerContext

        public ParameterHandlerContext()
    • Method Detail

      • getIndex

        public int getIndex()
        Gets index.
        Returns:
        the index
      • setIndex

        public void setIndex​(int index)
        Sets index.
        Parameters:
        index - the index
      • getJdbcType

        public org.apache.ibatis.type.JdbcType getJdbcType()
        Gets jdbc type.
        Returns:
        the jdbc type
      • setJdbcType

        public void setJdbcType​(org.apache.ibatis.type.JdbcType jdbcType)
        Sets jdbc type.
        Parameters:
        jdbcType - the jdbc type
      • getJavaType

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

        public void setJavaType​(Class<?> javaType)
        Sets java type.
        Parameters:
        javaType - the java type