org.apache.ibatis.mapping
Class ParameterMapping

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

public class ParameterMapping
extends Object


Nested Class Summary
static class ParameterMapping.Builder
           
 
Method Summary
 String getExpression()
          Not used
 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
 String getJdbcTypeName()
          Used for handling output of callable statements
 ParameterMode getMode()
          Used for handling output of callable statements
 Integer getNumericScale()
          Used for handling output of callable statements
 String getProperty()
           
 String getResultMapId()
          Used for handling output of callable statements
 TypeHandler<?> getTypeHandler()
          Used when setting parameters to the PreparedStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public String getProperty()

getMode

public ParameterMode getMode()
Used for handling output of callable statements

Returns:

getJavaType

public 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 Integer getNumericScale()
Used for handling output of callable statements

Returns:

getTypeHandler

public TypeHandler<?> getTypeHandler()
Used when setting parameters to the PreparedStatement

Returns:

getResultMapId

public String getResultMapId()
Used for handling output of callable statements

Returns:

getJdbcTypeName

public String getJdbcTypeName()
Used for handling output of callable statements

Returns:

getExpression

public String getExpression()
Not used

Returns:


Copyright © 2010-2014 MyBatis.org. All Rights Reserved.